Back to Node Auth0

Type Alias HTTPRequestInit

docs/types/lib.HTTPRequestInit.html

5.13.0914 B
Original Source
  • lib
  • HTTPRequestInit

Type Alias HTTPRequestInit

type HTTPRequestInit = {
headers?: HTTPHeaders;
method: HTTPMethod;
credentials?: "include" | "omit" | "same-origin";
body?: HTTPBody;
}

Index

Properties

headers?methodcredentials?body?

Properties

Optionalheaders

headers?: HTTPHeaders

method

method: HTTPMethod

Optionalcredentials

credentials?: "include" | "omit" | "same-origin"

Optionalbody

body?: HTTPBody

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties headersmethodcredentialsbody