Preparing search index...
The search index is not available
node-hoyolab - v2.0.2
node-hoyolab
HTTPServerResponse
Interface HTTPServerResponse
Represents the interface for a response from the server.
interface
HTTPServerResponse
{
body
:
HTTPBody
;
headers
:
HTTPHeaders
;
params
:
HTTPQueryParams
;
response
:
HTTPResponse
;
status
:
{
code
:
number
;
message
?:
string
;
}
;
}
Index
Properties
body
headers
params
response
status
Properties
body
body
:
HTTPBody
headers
headers
:
HTTPHeaders
params
params
:
HTTPQueryParams
response
response
:
HTTPResponse
status
status
:
{
code
:
number
;
message
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
params
response
status
node-hoyolab - v2.0.2
Loading...
Represents the interface for a response from the server.