Описание тега urlfetch
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
UrlFetchApp
class reference;HTTPResponse
class reference;OAuthConfig
class migration reference;- Request origin pool of IP addresses;
urlfetch
module for Python 2 App Engine API reference.