File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ h := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
7272middleware := httpsig.NewVerifyMiddleware (httpsig.WithVerifyEcdsaP256Sha256 (" key1" , pubkey))
7373http.Handle (" /" , middleware (h))
7474```
75+
76+ For more usage examples and documentation, see the [ godoc refernce] [ godoc ]
77+
7578## The Big Feature Matrix
7679
7780This 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
You can’t perform that action at this time.
0 commit comments