Table of Contents

Namespace Sisk.Core.Http.Engine

Classes

HttpEngineException

Represents an exception that occurred during the execution of the HTTP engine.

HttpListenerAbstractEngine

Provides an implementation of HttpServerEngine using HttpListener.

HttpServerEngine

Provides an abstract base class for HTTP server engines.

HttpServerEngineContext

Provides an abstract base class for HTTP contexts.

HttpServerEngineContextRequest

Provides an abstract base class for HTTP requests.

HttpServerEngineContextResponse

Provides an abstract base class for HTTP responses.

HttpServerEngineWebSocket

Provides an abstract base class for WebSocket contexts.

Interfaces

IHttpEngineHeaderList

Represents a collection of HTTP headers.

Enums

HttpServerEngineContextEventLoopMecanism

Represents the mechanism used by the HTTP server engine context event loop.