mirror of
https://github.com/actix/actix-web.git
synced 2024-11-25 19:11:10 +00:00
update readme
This commit is contained in:
parent
d7d3d663e9
commit
67f3ad31ab
1 changed files with 7 additions and 1 deletions
|
@ -21,7 +21,13 @@ Actix web is licensed under the [Apache-2.0 license](http://opensource.org/licen
|
||||||
* Multipart streams
|
* Multipart streams
|
||||||
* Middlewares
|
* 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
|
To use http/2 protocol over tls without prior knowlage requires
|
||||||
[tls alpn]( (https://tools.ietf.org/html/rfc7301). At the moment only
|
[tls alpn]( (https://tools.ietf.org/html/rfc7301). At the moment only
|
||||||
|
|
Loading…
Reference in a new issue