THttpServer

Implements the server side of HTTP.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2THttpServer

Source

Http.Server.pas (27)

Description

When Start is invoked the HTTP server will start accepting connections for every configured TServerSocket in ServerSockets. RequestHandler will be called for every received THttpRequest.

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTListenersFListeners
InstancepublicTHttpRequestHandlerRequestHandler
InstancepublicTList<TServerSocket>ServerSockets

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate()
InstancepublicDestroy()
InstancepublicStart()