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 primarily used by offline tools like the bulk loader."],["`NewRemoteContext` function creates a context for accessing production APIs of an application at a specified host, ensuring SSL communication unless the host is localhost."],["`Client` type represents a connection to an application's production APIs, facilitating interaction with the remote host."],["`NewClient` function establishes a connection to a specified host, using SSL for communication except when the host is localhost."],["The `NewContext` function will provide a copy of the provided parent context which will allow App Engine API calls to be directed to the remote host of the client."]]],[]]