Switch to markdown

This commit is contained in:
Rafal Kupiec
2018-07-12 09:01:24 +02:00
parent e78f534d4d
commit 8d6d93bb72

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Kagera Micro HTTP Daemon
KUHTTP Daemon is a micro HTTP server optimised for size and low and medium
traffic sites. It is dedicated to serve configuration sites on Linux-based
routers as well as some additional pages like Captive Portals. It implements
all the basic features of an HTTP server, including:
* GET, HEAD, and POST methods
* CGI process communication
* Multilanguage CGI
* Basic authentication
* IPv6 and SSL/HTTPS communication
* Directory listings
* The common MIME types
* Trailing-slash redirection
* Security against ".." filename snooping
* Standard logging
KUHTTP Daemon is based on mini_httpd: <http://acme.com/software/mini_httpd/>.