Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Create a binary response with standard headers
Create a binary response with standard headers
Value parameters
- additionalHeaders
-
Optional additional headers
- content
-
Binary content
- status
-
HTTP status code (default 200)
Attributes
Configure global default headers
Configure global default headers
Value parameters
- headers
-
Map of headers to set globally
Attributes
Create a JSON response with standard headers
Create a JSON response with standard headers
Value parameters
- additionalHeaders
-
Optional additional headers
- data
-
Data to be JSON encoded
- status
-
HTTP status code (default 200)
Attributes
Reset default headers to original state
Reset default headers to original state
Attributes
Create a plain text response with standard headers
Create a plain text response with standard headers
Value parameters
- additionalHeaders
-
Optional additional headers
- content
-
Text content
- status
-
HTTP status code (default 200)