Interface: RedirectResponseOptions
Interface: RedirectResponseOptions
Options for creating a Redirect HTTP Response.
Extends
Indexable
[key: string]: unknown
Properties
headers?
optional headers: HeadersType;
Inherited from
OutgoingHttpResponseOptions
.headers
url
url: string | URL;