Skip to content

Commit 22284ad

Browse files
committed
Link to godoc
1 parent 5de0b15 commit 22284ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ h := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
7272
middleware := httpsig.NewVerifyMiddleware(httpsig.WithVerifyEcdsaP256Sha256("key1", pubkey))
7373
http.Handle("/", middleware(h))
7474
```
75+
76+
For more usage examples and documentation, see the [godoc refernce][godoc]
77+
7578
## The Big Feature Matrix
7679

7780
This implementation is based on version `05` of [Signing HTTP Messages][msgsig]
@@ -124,6 +127,7 @@ I would love your help!
124127
[msgsig]: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/
125128
[dighdr]: https://datatracker.ietf.org/doc/draft-ietf-httpbis-digest-headers/
126129

130+
[godoc]: https://pkg.go.dev/github.com/jbowes/httpsig
127131
[issues]: ./issues
128132
[bug]: ./issues/new?labels=bug
129133
[enhancement]: ./issues/new?labels=enhancement

0 commit comments

Comments
 (0)