|
@@ -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
|
|
* 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)
|
|
* 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
|
|
* 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:
|
|
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
|