Encapsulates an HTTP/HTTPS request.
8.30
A piece of content to send with a request.
The individual content parts of the request. This may be null or empty (for GET requests), have one entry (for a typical request), or have multiple entries (for multipart-form/data requests).
Whether the HTTP request should follow redirects.
Additional HTTP headers to include in the HTTP request.
The HTTP method to use for the HTTP request.
The URL to load as part of the HTTP request.