Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Request

Index

Constructors

constructor

Properties

Private _options

_options: Options = ...

Private Readonly store

store: Store

Private url

url: URL

Methods

authenticateAsServer

authenticateAsServerPreferred

  • authenticateAsServerPreferred(): Request

authenticateAsUser

authenticateAsUserPreferred

  • authenticateAsUserPreferred(): Request

delete

  • delete(): Promise<Response>

Private execute

  • execute(method: Method): Promise<Response>

get

  • get(): Promise<Response>

patch

  • patch(): Promise<Response>

post

  • post(): Promise<Response>

put

  • put(): Promise<Response>

withBody

  • withBody(body: Record<string, unknown>): Request

withParams

Generated using TypeDoc