Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1014 Bytes

File metadata and controls

13 lines (8 loc) · 1014 Bytes

Multithreaded HTTP Server in Delphi

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.

Read Description

Write your own HTTPS Server in Delphi
Multithreaded HTTP Server in Delphi