/aehcl

App Engine Http Client

Primary LanguageGoMIT LicenseMIT

App Engine Http Client

GoDoc Go Report Card

Description

App Engine HTTP Client provides HTTP RoundTripper for authentication service-to-service in Google App Engine.
This package is inspired by Authentication Service-to-Service

Installation

go get github.com/DeNA/aehcl

Usage

client := &http.Client {
    Transport: aehcl.Transport(nil)
}

License

MIT