Properties
| Name | Type | Description |
|---|---|---|
success | function | Call this function to return a successful response with an optional result. Usage: |
error | function | Call this function to return an error response with an error message. Usage: |
status | function | Call this function to set a custom HTTP status code for the response. Returns the response object for chaining. Usage: |
header | function | Call this function to set a custom HTTP header for the response. Returns the response object for chaining. Usage: |
