Update README.md

This commit is contained in:
Pierre-Olivier Latour 2014-02-10 10:44:36 -08:00
parent bb56e1e808
commit 040515aff4

View File

@ -10,7 +10,7 @@ GCDWebServer is a lightweight GCD based HTTP 1.1 server designed to be embedded
* Available under a friendly [New BSD License](LICENSE)
What's not available out of the box but can be implemented on top of the API:
* Authentication like Basic Authentication
* Authentication like [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication)
* Web forms submitted using "multipart/mixed"
What's not supported (but not really required from an embedded HTTP server):