HTTP request extra options

Example

{
* "method": "GET",
* "header": {
* "Cookie": "xxx"
* }
* }

Hierarchy

  • HttpReqExtra

Properties

Properties

body?: string

HTTP request body

header?: HttpHeader

HTTP request header

method?: HttpMethod

HTTP request method

Generated using TypeDoc