gae

package
v0.0.0-...-51f9457 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL