Unit
ScHttpServer
Description
TScHttpServer is a component for processing requests and returning responses via HTTP/ HTTPS protocols. Requests come from client applications in the form of URLs and appropriate parameters. In response, the HttpServer returns the requested resource, such as HTML web pages, JSON files, binary files, etc.
The TScHttpServer class has public properties, methods and events allowing complete control over request processing and sending responses via HTTP. It inherits most of its properties from the TScSSLServer class, which is why SSL/TLS encryption is supported.