The request URL data
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Url |
string | ➖ | The request URL | https://example.com/api/v1/resource |
Hostname |
string | ➖ | The request URL hostname | example.com |
Path |
string | ➖ | The request path | /api/v1/resource |
QueryParams |
Dictionary<String, object> | ➖ | The request query parameters | { "page": 1, "limit": 10 } |