Stick aNd Stone's

An HTTP server build from scratch

It is a simple HTTP/1.1 Server written in C/C++
It can be found, like my other projects, on Github

I managed to put a couple of features in there

  1. OpenSSL supoort for https
  2. Automatic index.html on '/' requests
  3. FTP like dirview if not index.html is not found on '/'

This Project is open source and it's hosted on github at leomonta/sns


Supported Methods

GET HEAD POST PUT DELETE CONNECT OPTIONS TRACE PATCH

The Server is also capable of parsing form data from simple forms like










Supported Methods

application form urlencoded plain text multipart form-data