Are you an LLM? You can read better optimized documentation at /resources/components/runtimes/types/http-request-options.md for this page in Markdown format
HttpRequestOptions
Type
Definition
filtrera
let HttpRequestOptions: {
body?: value
headers?: {text->text}
method?: 'GET'|'HEAD'|'POST'|'PUT'|'DELETE'|'PATCH'
}Availability
| Promotion | Rule | Reactor |
|---|---|---|
| ✓ |
Default Method
If method is omitted, the request will use the verb GET by default.