| EHttpResponseException |
Exception raised for errors that occur while building or sending an HTTP response. |
| THttpRawResponseBodyWriter |
Default IHttpResponseBodyWriter implementation that writes the response body through a THttpRawResponseStream.
|
| THttpRawResponseStream |
TStream that writes raw bytes directly to the response transport, applying chunked transfer encoding when the response is chunked.
|
| THttpServerResponse |
Represents the HTTP response being built for a request, exposing the status line, headers, and body content, and controlling how and when the response is sent to the client.
|
| THttpServerResponseStream |
TStream exposed as the response's public Content stream, forwarding writes to the response's current RawWriter.
|