Represents the data for an HTTP request
Builder helper class for constructing HttpRequests.
Object containing some constants for commonly used HTTP Headers
The optional body of the request as a string.
The optional headers to be included in the request as a map of key-value pairs.
Indicates whether the request body should be compressed using GZIP encoding. Default is false.
The HTTP method of the request.
The URL to which the request will be sent.