1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00

Update index.md

This commit is contained in:
stefano casazza 2017-01-30 13:42:42 +01:00 committed by GitHub
parent a3daa54deb
commit 815e93c54a

View File

@ -13,7 +13,7 @@ It include as application example a powerful search engine with relative [web in
The current version offers the following features :
* HTTP/1.0 and 1.1 protocols supported and experimental implementations of HTTP/2.
* HTTP/1.0 and 1.1 protocols supported and experimental implementations of HTTP/2 ([h2spec compliant](https://github.com/summerwind/h2spec)).
* Persistent connections for HTTP/1.1 and Keep-Alive support for HTTP/1.0.
* Browser cache management (headers: If-Modified-Since/Last-modified).
* Chunk-encoding transfers support.