-
Update the spec for headers to be compatible with [RFC8941](https://www.rfc-editor.org/rfc/rfc8941.html).
-
[RFC 8941 Structured Field Values for HTTP](https://www.rfc-editor.org/rfc/rfc8941) is used by [Signing HTTP Messages](https://tools.ietf.org/html/draft-ietf-httpbis-message-signatures-02) spec worked…
-
### What is the feature you are proposing?
Structured Field Values is the standard spec for serialize structured object into http header value.
- RFC 8941: Structured Field Values for HTTP
- ht…
Jxck updated
5 months ago
-
refs. https://www.rfc-editor.org/rfc/rfc8941.html
-
I have just implemented an [RFC8941 parser](https://github.com/co-operating-systems/Reactive-SoLiD/issues/13) to support Signing Http Messages IETF draft, so I thought I'd pass on my new found knowled…
-
Hi,
any plan to include support for parsing and serializing structured headers? (RFC8941)
-
https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-header-structure seems to have been superseded by https://datatracker.ietf.org/doc/html/rfc8941 but is still referenced in this spec.
-
## I expect
A way to express structured-fields serialization rfc8941
- https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html
Here are some examples:
```
Example-Inte…
-
One to watch - https://www.rfc-editor.org/info/rfc8941?s=03
No urgent demand here, but can help us be opinionated on sending correct requests.
-
https://fetch.spec.whatwg.org/#concept-header-list-set-structured-header takes a "structured field value" as an argument, but [RFC8941](https://httpwg.org/specs/rfc8941.html) never defines that term. …