interface ResponseOptionsArgs { body : string|Object|FormData|ArrayBuffer|Blob status : number statusText : string headers : Headers type : ResponseType url : string }
Interface for options to construct a Response, based on ResponseInit from the Fetch spec.
body : string|Object|FormData|ArrayBuffer|Blob
status : number
statusText : string
headers : Headers
type : ResponseType
url : string
exported from http/index, defined in http/src/interfaces.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/http/index/ResponseOptionsArgs-interface.html