DeNA / aehcl

App Engine Http Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

App Engine Http Client

License:MIT License


Languages

Language:Go 100.0%