/escher-go

Library for HTTP request signing (Go implementation)

Primary LanguageGoMIT LicenseMIT

EscherGo - HTTP request signing lib

Build Status

Go implementation of the AWS4 compatible 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.