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
[](https://github.com/sponsors/nyamsprod)
10
10
11
-
The package uses value objects to parse, serialize and buikd[HTTP Structured Fields][1] in PHP.
11
+
The package uses value objects to parse, serialize and build[HTTP Structured Fields][1] in PHP.
12
12
13
13
HTTP Structured fields are intended for use by specifications of new HTTP fields that wish to
14
14
use a common syntax that is more restrictive than traditional HTTP field values or could
@@ -17,15 +17,14 @@ be used to [retrofit current headers][2] to have them compliant with the new syn
17
17
The package can be used to:
18
18
19
19
- parse and serialize HTTP Structured Fields
20
-
- create and update HTTP Structured Fields in a predicable way;
21
-
- infer fields and data types from HTTP Structured Fields;
20
+
- build or update HTTP Structured Fields in a predicable way;
0 commit comments