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