Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpRequestOptions

Hierarchy

Index

Properties

Optional data

data: any

Optional headers

headers: HttpHeaders

Optional params

Optional responseType

responseType: HttpResponseType

Optional withCredentials

withCredentials: undefined | false | true

Set this to 'true' if you want to send credentials (api-key, access token) with the request to other domains than the specified base url.