File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11# httpsig
22
3+ > HTTP Signatures made simple
4+
5+ [ ![ Build Status] [ Build-Status-Image ]] [ Build-Status-Url ] [ ![ Go Reference] [ Go-Reference-Image ]] [ Go-Reference-Url ]
6+ [ ![ Go Report Card] [ Go-Report-Card-Image ]] [ Go-Report-Card-Url ] [ ![ License] [ License-Image ]] [ License-Url ]
7+ [ ![ OpenCollective] [ OpenCollective-Image ]] [ OpenCollective-Url ]
8+
39` go get github.com/go-fed/httpsig `
410
511Implementation of [ HTTP Signatures] ( https://tools.ietf.org/html/draft-cavage-http-signatures ) .
@@ -92,3 +98,14 @@ func verify(r *http.Request) error {
9298` Verifier ` s are not safe for concurrent use by goroutines, but since they are
9399constructed on a per-request or per-response basis it should not be a common
94100restriction.
101+
102+ [ Build-Status-Image ] : https://travis-ci.org/go-fed/httpsig.svg?branch=master
103+ [ Build-Status-Url ] : https://travis-ci.org/go-fed/httpsig
104+ [ Go-Reference-Image ] : https://pkg.go.dev/badge/github.com/go-fed/httpsig
105+ [ Go-Reference-Url ] : https://pkg.go.dev/github.com/go-fed/httpsig
106+ [ Go-Report-Card-Image ] : https://goreportcard.com/badge/github.com/go-fed/httpsig
107+ [ Go-Report-Card-Url ] : https://goreportcard.com/report/github.com/go-fed/httpsig
108+ [ License-Image ] : https://img.shields.io/github/license/go-fed/httpsig?color=blue
109+ [ License-Url ] : https://opensource.org/licenses/BSD-3-Clause
110+ [ OpenCollective-Image ] : https://img.shields.io/opencollective/backers/go-fed-activitypub-labs
111+ [ OpenCollective-Url ] : https://opencollective.com/go-fed-activitypub-labs
You can’t perform that action at this time.
0 commit comments