This project introduces a fully functional multithreaded HTTP server component that works asynchronously in a thread pool, accepts the GET, POST, PUT, and other HTTP requests.
We have added the SSL / TLS support to the TclHttpServer component, implemented server-side certificate management, and updated the HttpServerDemo project. Now, this demo program allows you to run a simple static website and access it using a web browser via HTTP or HTTPS protocols.
The server is built based on the Clever Internet Suite library and uses the fast and stable classes: TclTcpServer, TclUserConnection, and TclThreadPool.
Write your own HTTPS Server in Delphi
Multithreaded HTTP Server in Delphi