Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPServer
HTTP Server Implementation.

TIdHTTPServer = class(TIdTCPServer)
Description
TIdHTTPServer is a TIdTCPServer descendant that is a server implementation of the Hypertext Transfer Protocol (HTTP) as described in the Internet Standards document:

TIdHTTPServer supports the HTTP 1.0 protocol for use as a web server.

TIdHTTPServer also supports the Secure Hypertext Transport protocol (HTTPS) as described in the Internet Standards document:

Assign an instance of TIdServerInterceptOpenSSL to the Intercept property to allow use of the HTTPS protocol. For the Windows platform, you must install the Indy OpenSSL support .DLL's available at http://www.intelicom.si to enable Secure Socket Layer support.