https://github.com/emartech/escher-go
Library for HTTP request signing (Go implementation)
https://github.com/emartech/escher-go
Last synced: 11 months ago
JSON representation
Library for HTTP request signing (Go implementation)
- Host: GitHub
- URL: https://github.com/emartech/escher-go
- Owner: emartech
- License: mit
- Created: 2015-09-06T06:36:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T08:13:30.000Z (about 2 years ago)
- Last Synced: 2024-06-25T09:50:37.166Z (about 2 years ago)
- Language: Go
- Size: 53.7 KB
- Stars: 2
- Watchers: 17
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EscherGo - HTTP request signing lib
===================================

Go implementation of the [AWS4](http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html) compatible [Escher](https://github.com/emartech/escher) HTTP request signing and authentication library.
Prerequisite
------------
In order to run the tests, some Go libraries should be installed. Use `go get` to install the dependencies.
Run the tests
-------------
To run all the tests, use the `go test -cover` command.
About Escher
------------
More details are available at our [Escher documentation site](http://escherauth.io/).