Skip to content
#

cgi

Here are 73 public repositories matching this topic...

The goal of the project is to build a C++98 compatible HTTP web server from scratch. The web server can handle HTTP GET, HEAD, POST, PUT, and DELETE Requests, and can serve static files from a specified root directory or dynamic content using CGI. It is also able to handle multiple client connections concurrently with the help of select().

  • Updated Aug 24, 2023
  • C++

Improve this page

Add a description, image, and links to the cgi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cgi topic, visit your repo's landing page and select "manage topics."

Learn more