Back to Node Auth0

Type Alias HTTPRequestInit

docs/types/lib.HTTPRequestInit.html

5.9.1882 B
Original Source
  • lib
  • HTTPRequestInit

Type Alias HTTPRequestInit

type HTTPRequestInit = {
headers?: HTTPHeaders;
method: HTTPMethod;
credentials?: RequestCredentials;
body?: HTTPBody;
}

Index

Properties

headers?methodcredentials?body?

Properties

Optionalheaders

headers?: HTTPHeaders

method

method: HTTPMethod

Optionalcredentials

credentials?: RequestCredentials

Optionalbody

body?: HTTPBody

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties headersmethodcredentialsbody