An open API service indexing awesome lists of open source software.

https://github.com/leetking/yhttpd

your http server, for studing.
https://github.com/leetking/yhttpd

fastcgi httpd linux

Last synced: 11 days ago
JSON representation

your http server, for studing.

Awesome Lists containing this project

README

          

======
yhttpd
======

A simple but powerful http server, for studying ``HTTP`` protocol, epoll and linux.

Usage
-----

.. code-block:: bash

$ ./yhttp -h

The default configuration of ``yhttpd`` is dumped by ``./yhttpd -z``

Thanks
------

1. Inspire by ``Tiny-httpd`` *J. David Blackstone*.
#. ``lighttpd``
#. ``boa server``

Special Thanks
--------------

1. ``Nginx`` The most desgin is from it