Preparing search index...
The search index is not available
ngify
ngify
@ngify/http
index
HttpHeaderResponse
Class HttpHeaderResponse
Base class for both
HttpResponse
and
HttpHeaderResponse
.
Hierarchy (
View Summary
)
HttpResponseBase
HttpHeaderResponse
Index
Constructors
constructor
Properties
headers
ok
status
status
Text
type
url
Methods
clone
Constructors
constructor
new
HttpHeaderResponse
(
options
?:
{
headers
?:
HttpHeaders
;
status
?:
number
;
statusText
?:
string
;
url
?:
string
;
}
,
)
:
HttpHeaderResponse
Parameters
options
:
{
headers
?:
HttpHeaders
;
status
?:
number
;
statusText
?:
string
;
url
?:
string
}
= {}
Returns
HttpHeaderResponse
Properties
Readonly
headers
headers
:
HttpHeaders
Readonly
ok
ok
:
boolean
Readonly
status
status
:
number
Readonly
status
Text
statusText
:
string
Readonly
type
type
:
ResponseHeader
= HttpEventType.ResponseHeader
Readonly
url
url
:
null
|
string
Methods
clone
clone
(
update
?:
|
undefined
|
{
headers
?:
HttpHeaders
;
status
?:
number
;
statusText
?:
string
;
url
?:
string
;
}
,
)
:
HttpHeaderResponse
Parameters
update
:
|
undefined
|
{
headers
?:
HttpHeaders
;
status
?:
number
;
statusText
?:
string
;
url
?:
string
;
}
= {}
Returns
HttpHeaderResponse
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
headers
ok
status
status
Text
type
url
Methods
clone
ngify
Loading...
Base class for both
HttpResponse
andHttpHeaderResponse
.