Skip to content
#

cgi

Here are 74 public repositories matching this topic...

SWS is a very simple web server written in C. It behaves quite like you would expect from any regular web server, in that it binds to a given port on the given address and waits for incoming HTTP/1.0 requests. It serves content from the given directory. That is, any requests for documents is resolved relative to this directory (the document root).

  • Updated Jan 19, 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