-
Hi,
any plan to include support for parsing and serializing structured headers? (RFC8941)
-
The [HttpSig Authentication Protocol](https://github.com/solid/authentication-panel/blob/main/proposals/HttpSignature.md) which we are implementing, relies on the IETF [Signing HTTP Messages](https://…
-
Moving this out of the readme so that I can publish the module without the todo list being immortalized.
### Todo
- [x] transpiling
- [x] linting
- [x] ci
- [x] documentation
- [x] publish
…
-
There are several PRs open (#5357, #5363, #5367, #5374) for headers that use syntax defined in [RFC 8941](https://datatracker.ietf.org/doc/html/rfc8941). Parsers and renderers for this syntax should b…
-
I am looking to implement the [Signing HTTP Messages](https://www.ietf.org/archive/id/draft-ietf-httpbis-message-signatures-02.html) RFC from the HTTP-Bis Working Group ([IETF spec version](https://da…
-
The spec provides a lot of flexibility in how servers return subscription data:
- The rate of updates
- The granularity of updates
- The format of updates (e.g. patch vs. snapshot; patch-type)
- T…
-
There's support for multiple policies in a single RateLimit-Policy header, but how should clients process multiple RateLimit-Policy headers? And what happens if a single response has multiple RateLimi…
-
When writing a test for [`OPTIONS`](https://github.com/solid/solid-spec/blob/b941ff795acdedb7d7a24d40dabdfcce7efa9283/api-rest.md#discovering-server-capabilities---the-options-method), it is not clear…
-
sfv implements parsing validation, per the rules in RFC 8941. For example, Tokens are checked for valid character usage in https://github.com/undef1nd/sfv/blob/master/src/parser.rs#L290
However, I …
-
The problem with Try is that it does not make explicit the type of errors that should be expected from a function. All the code in httpSig has an upper set of exceptions to be expected, and this shoul…