Back to Node Auth0

Interface RequestOpts

docs/interfaces/lib.RequestOpts.html

5.9.1927 B
Original Source
  • lib
  • RequestOpts

Interface RequestOpts

interface RequestOpts {
path: string;
method: HTTPMethod;
headers?: HTTPHeaders;
query?: HTTPQuery;
body?: any;
}

Index

Properties

pathmethodheaders?query?body?

Properties

path

path: string

method

method: HTTPMethod

Optionalheaders

headers?: HTTPHeaders

Optionalquery

query?: HTTPQuery

Optionalbody

body?: any

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties pathmethodheadersquerybody