You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ There are three top-level types that an HTTP field can be defined as:
48
48
For each of those top-level types, the package provide a dedicated value object to parse the textual representation of the field
49
49
and to serialize the value object back to the textual representation.
50
50
51
-
- Parsing is done via a common named constructor `fromHttpValue`.
52
-
- Serializing is done via a common `toField` public method.
51
+
- Parsing is done via a common named constructor `fromHttpValue` which expects the Header or Trailer string value.
52
+
- Serializing is done via a common `toHttpValue` public method. The method returns the normalized string representation suited for HTTP textual representation
0 commit comments