Skip to content

Commit 83c3d4b

Browse files
committed
Add badges to the README
1 parent 2a46c50 commit 83c3d4b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

511
Implementation 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
9399
constructed on a per-request or per-response basis it should not be a common
94100
restriction.
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

0 commit comments

Comments
 (0)