Table of Contents

Namespace Sisk.Cadente

Classes

HttpEventStreamWriter

Provides methods to write data and events to an underlying stream in the Server-Sent Events (SSE) format.

HttpHost

Represents an HTTP host that listens for incoming TCP connections and handles HTTP requests.

HttpHostClient

Represents an HTTP host client with its endpoint and certificate information.

HttpHostContext

Represents an HTTP session that manages the request and response for a single connection.

HttpHostContext.HttpRequest

Represents an HTTP request.

HttpHostContext.HttpResponse

Represents an HTTP response.

HttpHostHandler

Provides a base class for handling HTTP host events.

HttpHostTimeoutManager

Manages timeouts for HTTP hosts.

HttpsOptions

Represents the options for configuring an HTTPS server.

Structs

HttpHeader

Represents an HTTP header, consisting of a name and a value.

Enums

TransferEncoding

Represents an HTTP transfer-encoding algorithm.