Update README.md

This commit is contained in:
Pierre-Olivier Latour 2013-12-26 23:03:38 -08:00
parent 1344ad9e04
commit 2cddc8c939

View File

@ -7,7 +7,7 @@ GCDWebServer is a lightweight GCD based HTTP 1.1 server designed to be embedded
* Support for streaming large HTTP bodies for requests and responses to minimize memory usage
* Built-in parser for web forms submitted using "application/x-www-form-urlencoded" or "multipart/form-data" encodings (including file uploads)
* Minimal number of source files and no dependencies on third-party source code
* Available under a friendly [New BSD License](blob/master/LICENSE)
* 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