//
pkg.gl
Category
google.golang.org/appengine/v2
urlfetch
package
2.0.6
Repository:
https://github.com/golang/appengine.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
13
Dependents
4
Files
167 SLOC
#
Functions
Client
Client returns an *http.Client using a default urlfetch Transport.
#
Variables
ErrTruncatedBody
ErrTruncatedBody is the error returned after the final Read() from a response's Body if the body has been truncated by App Engine's proxy.
#
Structs
Transport
Transport is an implementation of http.RoundTripper for App Engine.