p.location-badge.
exported from angular2/http
defined in angular2/src/http/base_response_options.ts (line 5)
:markdown
Creates a response options object similar to the
[ResponseInit](https://fetch.spec.whatwg.org/#responseinit) description
in the Fetch
Spec to be optionally provided when instantiating a
Response
.
All values are null by default.
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
constructor({body, status, headers, statusText, type, url}?: IResponseOptions)
:markdown
.l-sub-section
h3 body
:markdown
.l-sub-section
h3 status
:markdown
.l-sub-section
h3 headers
:markdown
.l-sub-section
h3 statusText
:markdown
.l-sub-section
h3 type
:markdown
.l-sub-section
h3 url
:markdown
.l-sub-section
h3 merge
pre.prettyprint
code.
merge(options?: IResponseOptions)
:markdown