Send an HTTP request.
Name | Description | Required |
---|---|---|
Method | HTTP method to use. | Yes |
URL | URL to send the request to. | Yes |
Query | Query parameters to send with the request. | No |
Headers | Headers to send with the request. | No |
Body | Body to send with the request. | No |
Timeout | Timeout in seconds. | No |
Send an HTTP GET request.
Name | Description | Required |
---|---|---|
URL | URL to send the request to. | Yes |
Query | Query parameters to send with the request. | No |
Headers | Headers to send with the request. | No |
Timeout | Timeout in seconds. | No |
Send an HTTP POST request.
Name | Description | Required |
---|---|---|
URL | URL to send the request to. | Yes |
Query | Query parameters to send with the request. | No |
Headers | Headers to send with the request. | No |
Body | Body to send with the request. | No |
Timeout | Timeout in seconds. | No |
Send an HTTP PUT request.
Name | Description | Required |
---|---|---|
URL | URL to send the request to. | Yes |
Query | Query parameters to send with the request. | No |
Headers | Headers to send with the request. | No |
Body | Body to send with the request. | No |
Timeout | Timeout in seconds. | No |
Send an HTTP PATCH request.
Name | Description | Required |
---|---|---|
URL | URL to send the request to. | Yes |
Query | Query parameters to send with the request. | No |
Headers | Headers to send with the request. | No |
Body | Body to send with the request. | No |
Timeout | Timeout in seconds. | No |
Send an HTTP DELETE request.
Name | Description | Required |
---|---|---|
URL | URL to send the request to. | Yes |
Query | Query parameters to send with the request. | No |
Headers | Headers to send with the request. | No |
Body | Body to send with the request. | No |
Timeout | Timeout in seconds. | No |