Stone.js API
Docs
Home
Preparing search index...
stone-js-http-core/src/OutgoingHttpResponse
OutgoingHttpResponseOptions
Interface OutgoingHttpResponseOptions
Options for creating an Outgoing HTTP Response.
interface
OutgoingHttpResponseOptions
{
content
?:
unknown
;
headers
?:
HeadersType
;
metadata
?:
Record
<
string
,
unknown
>
;
source
?:
object
;
statusCode
?:
number
;
statusMessage
?:
string
;
timeStamp
?:
number
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
OutgoingResponseOptions
OutgoingHttpResponseOptions
BinaryFileResponseOptions
RedirectResponseOptions
Indexable
[
key
:
string
]:
unknown
Index
Properties
content?
headers?
metadata?
source?
status
Code?
status
Message?
time
Stamp?
type?
Properties
Optional
content
content
?:
unknown
Optional
headers
headers
?:
HeadersType
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
source
source
?:
object
Optional
status
Code
statusCode
?:
number
Optional
status
Message
statusMessage
?:
string
Optional
time
Stamp
timeStamp
?:
number
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
headers
metadata
source
status
Code
status
Message
time
Stamp
type
Docs
Home
Stone.js API
Loading...
Options for creating an Outgoing HTTP Response.