Skip to content

Commit c02e1db

Browse files
committed
readying up for a release
1 parent 3d021d1 commit c02e1db

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "structured-headers",
33
"version": "2.0.0-alpha.1",
4-
"description": "Implementation of RFC8941, structured headers for HTTP.",
4+
"description": "Implementation of Structured Field Values for HTTP (RFC9651, RFC8941)",
55
"type": "module",
66
"exports": {
77
"import": "./dist/index.js",
@@ -22,6 +22,7 @@
2222
"structured-header",
2323
"structured-fields",
2424
"structured fields",
25+
"RFC9651",
2526
"RFC8941",
2627
"headers"
2728
],

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Structured Headers parser for Javascript
22
========================================
33

4-
This library is a parser and serializer for the [Structured Headers][1]
5-
specification, a.k.a. "Structured Field Values for HTTP" (RFC8941).
4+
This library implements a parser and serializer for the [Structured Field Values for HTTP][2]
5+
specification. ([RFC9651][3], [RFC8941][1]).
66

77
This specification defines a standard serialization for complex HTTP header
88
values, including lists (arrays), dictionaries (maps) and also numbers,
9-
booleans, and binary data.
9+
booleans, binary data, timestamps and Unicode strings.
1010

1111
The library is written in Typescript, and the examples in this document are
12-
too, but plain Javascript is also fully supported.
12+
too, but plain Javascript is also fully supported. It ships with ESM and
13+
CommonJS builds and has 0 dependencies.
1314

1415
Compatibility
1516
-------------
@@ -249,3 +250,4 @@ of the api.
249250

250251
[1]: https://datatracker.ietf.org/doc/html/rfc8941
251252
[2]: https://github.com/httpwg/structured-field-tests
253+
[3]: https://www.rfc-editor.org/rfc/rfc9651.html

0 commit comments

Comments
 (0)