Table of Contents

Sparkle.HttpServer.Response Namespace

Classes

Name Description
EHttpResponse​Exception Exception raised for errors that occur while building or sending an HTTP response.
THttpRawResponse​Body​Writer Default IHttpResponse​Body​Writer implementation that writes the response body through a THttpRawResponse​Stream.
THttpRawResponse​Stream 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.
THttpServerResponse​Stream TStream exposed as the response's public Content stream, forwarding writes to the response's current RawWriter.

Interfaces

Name Description
IHttpResponse​Body​Writer Interface for a writer that sends the raw HTTP response body to the client.