Type
HttpRequestOptions
Back to IndexDefinition
let HttpRequestOptions: nothing|{ body: value headers: nothing|{text->text} method: nothing|'GET'|'HEAD'|'POST'|'PUT'|'DELETE'|'PATCH'}
Availability
Discount | Rule | Reactor |
---|---|---|
Default Method
If method
is omitted, the request will use the verb GET
by default.