Skip to content

Commit 4216194

Browse files
committed
RFC 9421
1 parent ae272a2 commit 4216194

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
HTTP Message Signatures, implementing [draft-ietf-httpbis-message-signatures](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures).
1+
HTTP Message Signatures, implementing
2+
[RFC 9421](https://www.rfc-editor.org/rfc/rfc9421.html)
3+
(the former [draft-ietf-httpbis-message-signatures](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures)).
24

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.
46

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/).
87
### Usage
98

109
The library provides natural integration points with Go HTTP clients and servers, as well as direct usage of the
1110
_sign_ and _verify_ functions.
1211

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).
1414

1515
```cgo
1616
// Create a signer and a wrapped HTTP client

0 commit comments

Comments
 (0)