Class HttpRequest

Generic HTTP request interface used by AuthProvider implementers.

Hierarchy

  • HttpRequest

Constructors

Properties

Constructors

Properties

body?: null | BodyInit
headers: Record<string, string>
method: HttpMethod
params?: object
url: string

Generated using TypeDoc