Table of Contents

Sparkle.HttpServer.Request Namespace

Classes

Name Description
THttpRequest​Extra​Info Default IHttpRequest​Extra​Info implementation that carries the remote client IP address.
THttpRequestStream Abstract TStream descendant that exposes an HTTP request body as a forward-only, read-only stream.
THttpServerRequest Represents an incoming HTTP request received by a Sparkle server, exposing its method, URI, headers, and body content.

Interfaces

Name Description
IHttpRequest​Extra​Info Provides additional, transport-specific information about an HTTP request that is not part of the core request data.

Enumerations

Name Description
THttpMethod Enumerates the recognized HTTP request methods.