Skip to content

Commit d6f8d15

Browse files
committed
doc: add sentence about Message.Verify
1 parent 41581d9 commit d6f8d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
// WrapHandler installs a wrapper around a normal HTTP message handler.
77
// Digest functionality (creation and validation of the Content-Digest header) is available automatically
88
// 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.
910
package httpsign

0 commit comments

Comments
 (0)