Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "constants/http-options"

Index

Object literals

Object literals

Const httpOptions

httpOptions: object

These are some default http request options used in the ApiService. You can override them by passing an options object into each respective ApiService call.

headers

headers: HttpHeaders = new HttpHeaders().set('Content-Type', 'application/json; charset=utf-8')

responseType

responseType: string = "json"

withCredentials

withCredentials: boolean = true

Generated using TypeDoc