Module request

Source

Structs§

HttpRequestHeaders
The commonly used HTTP request headers
QueryParams
For most REST GET calls, you can include one or more query parameters on the request URI to filter, limit the size of, and sort the data in an API response. For filter parameters, see the individual GET calls. To limit, or page, and sort the data that is returned in some API responses, use these, or similar, query parameters:
Request
RetryCount

Enums§

RequestStrategy
The strategy to use for executing a request. Defaults to RetryStrategy::Once.
RequestUrl