https://github.com/dena/aehcl
App Engine Http Client
https://github.com/dena/aehcl
appengine appengine-go go
Last synced: 26 days ago
JSON representation
App Engine Http Client
- Host: GitHub
- URL: https://github.com/dena/aehcl
- Owner: DeNA
- License: mit
- Created: 2019-10-25T10:56:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T09:36:43.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T20:05:22.115Z (about 2 months ago)
- Topics: appengine, appengine-go, go
- Language: Go
- Size: 46.9 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App Engine Http Client
[](https://godoc.org/github.com/DeNA/aehcl)
[](https://goreportcard.com/report/github.com/DeNA/aehcl)## 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](https://cloud.google.com/run/docs/authenticating/service-to-service)## Installation
```sh
go get github.com/DeNA/aehcl
```## Usage
```go
client := &http.Client {
Transport: aehcl.Transport(nil)
}```
## License
MIT