Go 1.11 has reached end of support
and will be deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Go 1.11
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Go
1.11 applications will continue to run and receive traffic after their
deprecation date. We
recommend that you migrate to the latest supported version of Go.
NewRemoteContext returns a context that gives access to the production
APIs for the application at the given host. All communication will be
performed over SSL unless the host is localhost.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `remote_api` package implements the `/_ah/remote_api` endpoint, which is used by offline tools like the bulk loader."],["`NewRemoteContext` function provides a context for accessing production APIs of an application at a specified host, using SSL for communication unless it's localhost."],["`Client` type represents a connection to the production APIs for an application."],["`NewClient` function establishes a client connection to a specified host, and like `NewRemoteContext`, uses SSL unless it's localhost."],["The `NewContext` method, when called on a `Client` instance, creates a new context that directs App Engine API calls to the client's remote host."]]],[]]