THttpServer
Jump to navigation
Jump to search
Main page -> ICS components reference -> THttpServer
Contents
Overview
- unit HttpSrv.pas
- inheritance THttpServer- TComponent
THttpServer component is implementing the server side HTTP protocol. HTTP protocol is the standard protocol for browsing the World Wide Web.
Properties
Addr | Binds the server to a specific IP-address and only receives request for that IP+Port. |
Methods
Start | Starts the webserver so it lisen for incoming requests. |
Events
OnGetDocument | Processes requests for documents. |