Interface: HttpReqOptions
@pvm/core.HttpReqOptions
Hierarchy
RequestOptions
↳
HttpReqOptions
Properties
body
• Optional
body: any
Defined in
packages/pvm-core/lib/httpreq.ts:12
method
• Optional
method: "HEAD"
| "GET"
| "POST"
| "PUT"
| "PATCH"
| "DELETE"
| "OPTIONS"
| "CONNECT"
Overrides
RequestOptions.method