https://github.com/acquia/http-hmac-go
An implementation of the HTTP HMAC Spec in Golang.
https://github.com/acquia/http-hmac-go
Last synced: 11 days ago
JSON representation
An implementation of the HTTP HMAC Spec in Golang.
- Host: GitHub
- URL: https://github.com/acquia/http-hmac-go
- Owner: acquia
- License: mit
- Created: 2015-02-07T15:23:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T06:37:00.000Z (about 2 years ago)
- Last Synced: 2025-03-28T15:51:53.090Z (29 days ago)
- Language: Go
- Homepage: https://github.com/acquia/http-hmac-spec
- Size: 85 KB
- Stars: 11
- Watchers: 17
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP HMAC Signer for Go
[](https://travis-ci.org/acquia/http-hmac-go)
[](https://godoc.org/github.com/acquia/http-hmac-go/httphmac)An implementation of the [HTTP HMAC Spec](https://github.com/acquia/http-hmac-spec)
in [Golang](https://golang.org/).## Run tests
To run the test cases use the make command `make test`## Run code coverage
To get the code coverage use the make command `make coverage`