We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41581d9 commit d6f8d15Copy full SHA for d6f8d15
doc.go
@@ -6,4 +6,5 @@
6
// WrapHandler installs a wrapper around a normal HTTP message handler.
7
// Digest functionality (creation and validation of the Content-Digest header) is available automatically
8
// through the Client and WrapHandler interfaces, otherwise it is available separately.
9
+// Use Message and its Verify method if you need more flexibility such as in a non-HTTP context.
10
package httpsign
0 commit comments