HttpRequest
Holds the information about an HTTP request performed by an HttpClient.
Parameters
Address of the remote resource to request.
HTTP method to use for the request.
Additional HTTP headers to use.
Content put in the body of the HTTP request.
Bundle of additional information, which might be used by a specific implementation of HTTPClient.
Timeout used when establishing a connection to the resource. A null timeout is interpreted as the default value, while a timeout of zero as an infinite timeout.
Timeout used when reading the input stream. A null timeout is interpreted as the default value, while a timeout of zero as an infinite timeout.
If true, the user might be presented with interactive dialogs, such as popping up an authentication dialog.
Constructors
Types
Supported body values.
Supported HTTP methods.