| FetchOptions |
|
| HTTPHeader |
HTTPHeader can represent either an HTTP request header, or
an HTTP response header.
|
| HTTPMethod |
HTTPMethod is an enumeration of HTTP methods that can be
sent to a remote server via the URLFetchService.
|
| HTTPRequest |
HTTPRequest encapsulates a single HTTP request that is made
via the URLFetchService.
|
| HTTPResponse |
HTTPResponse encapsulates the results of a
HTTPRequest made via the URLFetchService.
|
| URLFetchService |
The URLFetchService provides a way for user code to execute
HTTP requests to external URLs.
|