Constructs an instance of the GlobalRequestModel.
Private
bodyPrivate
headersPrivate
isPrivate
queryPrivate
timeoutPrivate
urlSets the body of the HTTP request.
A record of key-value pairs representing the body content.
Sets the query parameters for the HTTP request.
A record of key-value pairs representing the query parameters.
Represents a model for global HTTP requests configuration. This class encapsulates all necessary details such as URL, query parameters, body, headers, timeout settings, and development mode flag.