Skip to content

DeNA/aehcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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