DaffSsrExpressResponse

A response that interfaces with the express request.

@inheritdoc

Properties

Name Type Description
response Response
get Array<string> | string Get the value of a header by name.
set void Set a header to a particular value. Removes all existing headers of this name.
append void Append a header to the response, preserving the existing headers.
status void Set the status code of the response.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.