Nativescript plugin for https requests
Nativescript Doc
Preparing search index...
HttpsResponse
Interface HttpsResponse<T>
interface
HttpsResponse
<
T
=
any
>
{
content
?:
T
;
contentLength
:
number
;
description
?:
string
;
failure
?:
any
;
headers
?:
Headers
;
reason
?:
string
;
response
?:
string
;
statusCode
?:
number
;
url
?:
string
;
}
Type Parameters
T
=
any
Index
Properties
content?
content
Length
description?
failure?
headers?
reason?
response?
status
Code?
url?
Properties
Optional
content
content
?:
T
content
Length
contentLength
:
number
Optional
description
description
?:
string
Optional
failure
failure
?:
any
Optional
headers
headers
?:
Headers
Optional
reason
reason
?:
string
Optional
response
response
?:
string
Optional
status
Code
statusCode
?:
number
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
content
Length
description
failure
headers
reason
response
status
Code
url
Nativescript Doc
Nativescript plugin for https requests
Loading...