HttpServerResponse Interface
Deprecated in 3.6. The RPC system will be significantly refactored (or replaced) in the future.
An HTTP server response object.
Extends
Methods
| Name | Description | |
|---|---|---|
| send(body?: any): HttpServerResponse | ||
| set(field: string, value: string): void | ||
| status(code: number): HttpServerResponse | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.