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