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
(the former [draft-ietf-httpbis-message-signatures](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures)).
2
4
3
-
This is a nearly feature-complete implementation of draft -19, including all test vectors.
5
+
This is a nearly feature-complete implementation of the RFC, including all test vectors.
4
6
5
-
The code follows the latest version of the draft, which may be the [Editor's Copy](https://httpwg.org/http-extensions/draft-ietf-httpbis-message-signatures.html) rather than the published draft.
6
-
7
-
For a more hands-on experience, try the [HTTP Message Signatures sandbox](https://httpsig.org/).
8
7
### Usage
9
8
10
9
The library provides natural integration points with Go HTTP clients and servers, as well as direct usage of the
11
10
_sign_ and _verify_ functions.
12
11
13
-
Below is what a basic client-side integration looks like:
12
+
Below is what a basic client-side integration looks like. Additional examples are available
13
+
in the [API reference](https://pkg.go.dev/github.com/yaronf/httpsign).
0 commit comments