Appearance
Type
let HttpRequestOptions: { body?: value headers?: {text->text} method?: 'GET'|'HEAD'|'POST'|'PUT'|'DELETE'|'PATCH' }
If method is omitted, the request will use the verb GET by default.
method
GET