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.
- Host: GitHub
- URL: https://github.com/leetking/yhttpd
- Owner: leetking
- License: gpl-3.0
- Created: 2017-09-11T12:36:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T15:35:14.000Z (over 6 years ago)
- Last Synced: 2025-03-02T13:36:49.977Z (about 1 year ago)
- Topics: fastcgi, httpd, linux
- Language: C
- Homepage:
- Size: 495 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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