ts-lambda-api - v2.5.2
Preparing search index...
<internal>
HttpResponse
Class HttpResponse
Hierarchy (
View Summary
)
HttpResponse
HttpResponse
Index
Constructors
constructor
Properties
body?
headers
reason?
status
Code
Methods
is
Instance
Constructors
constructor
new
HttpResponse
(
options
:
HttpResponseOptions
)
:
HttpResponse
Parameters
options
:
HttpResponseOptions
Returns
HttpResponse
Properties
Optional
body
body
?:
any
headers
headers
:
HeaderBag
Optional
reason
reason
?:
string
status
Code
statusCode
:
number
Methods
Static
is
Instance
isInstance
(
response
:
unknown
)
:
response
is
HttpResponse
Parameters
response
:
unknown
Returns
response
is
HttpResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
body
headers
reason
status
Code
Methods
is
Instance
ts-lambda-api - v2.5.2
Loading...