Use in addition to tags Google App Engine / Google Apps Script. Urlfetch is a built-in library that is used to fetch external URLs. Unlike other data fetching modules/libraries, data is fetched synchronously blocking until the result is returned.
Urlfetch is a built-in library that is used in Google products such as Google Apps Script or Google App Engine to fetch external URLs. Unlike other data fetching modules/libraries, data is fetched synchronously blocking until the result is returned.
Useful links
UrlFetchAppclass reference;HTTPResponseclass reference;OAuthConfigclass migration reference;- Request origin pool of IP addresses;
urlfetchmodule for Python 2 App Engine API reference.