AngularTS
Preparing search index...
HttpResponse
Interface HttpResponse<T>
interface
HttpResponse
<
T
>
{
config
:
RequestConfig
;
data
:
T
;
headers
:
HttpHeadersGetter
;
status
:
number
;
statusText
:
string
;
xhrStatus
:
HttpResponseStatus
;
}
Type Parameters
T
Index
Properties
config
data
headers
status
status
Text
xhr
Status
Properties
config
config
:
RequestConfig
data
data
:
T
headers
headers
:
HttpHeadersGetter
status
status
:
number
status
Text
statusText
:
string
xhr
Status
xhrStatus
:
HttpResponseStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
data
headers
status
status
Text
xhr
Status
AngularTS
Loading...