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