1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-28 22:32:02 +00:00

update readme

This commit is contained in:
Nikolay Kim 2017-11-04 12:35:19 -07:00
parent d7d3d663e9
commit 67f3ad31ab

View file

@ -21,7 +21,13 @@ Actix web is licensed under the [Apache-2.0 license](http://opensource.org/licen
* Multipart streams
* Middlewares
## HTTP/2 Negotiation
## HTTP/2
### Usage
Actix web automatically upgrades connection to `http/2` if possible.
### Negotiation
To use http/2 protocol over tls without prior knowlage requires
[tls alpn]( (https://tools.ietf.org/html/rfc7301). At the moment only