The request URL data
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
hostname |
T.nilable(::String) | ➖ | The request URL hostname | example.com |
path |
T.nilable(::String) | ➖ | The request path | /api/v1/resource |
query_params |
T::Hash[Symbol, ::Object] | ➖ | The request query parameters | { "page": 1, "limit": 10 } |
url |
T.nilable(::String) | ➖ | The request URL | https://example.com/api/v1/resource |