Documentation ¶
Overview ¶
Package gae defines information about the AppEngine environment.
Index ¶
Constants ¶
View Source
const ( // MaxRequestSize is the maximum size of an AppEngine request. // // https://cloud.google.com/appengine/quotas#Requests MaxRequestSize = 32 * 1024 * 1024 // MaxResponseSize is the maximum size of an AppEngine Standard Environment // response. // // https://cloud.google.com/appengine/docs/standard/python/how-requests-are-handled#response_size_limits MaxResponseSize = 32 * 1024 * 1024 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.