Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpRequestInit

Construction interface for HttpRequests.

All values are optional and will override default values if provided.

Hierarchy

  • HttpRequestInit

Index

Properties

Optional headers

headers: HttpHeaders

Optional params

params: HttpParams

Optional reportProgress

reportProgress: boolean

Optional responseType

responseType: "arraybuffer" | "blob" | "json" | "text"

Optional withCredentials

withCredentials: boolean

Generated using TypeDoc