ResponseOptionsArgs

From Get docs
< @angular/httpAngular/docs/7/api/http/responseoptionsargs


ResponseOptionsArgs

interface deprecated

Interface for options to construct a Response, based on ResponseInit from the Fetch spec.

Deprecated: see https://angular.io/guide/http

interface ResponseOptionsArgs {
  body?: string | Object | FormData | ArrayBuffer | Blob | null
  status?: number | null
  statusText?: string | null
  headers?: Headers | null
  type?: ResponseType | null
  url?: string | null
}

Properties

Property Description
Object | FormData | ArrayBuffer | Blob | null
null
null
null
null
null


© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/http/ResponseOptionsArgs