1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

update readme

This commit is contained in:
Nikolay Kim 2017-11-04 13:49:51 -07:00
parent f23974cfb5
commit e9e247217a

View file

@ -46,9 +46,9 @@ actix-web = { git = "https://github.com/actix/actix-web", features=["alpn"] }
```
Upgrade to `http/2` schema described in
[rfc section3.2](https://http2.github.io/http2-spec/#rfc.section.3.2) is not supported.
[rfc section 3.2](https://http2.github.io/http2-spec/#rfc.section.3.2) is not supported.
Starting `http/2` with prior knowledge is supported for both clear text connection
and tls connection. [rfc link](https://http2.github.io/http2-spec/#rfc.section.3.4)
and tls connection. [rfc section 3.4](https://http2.github.io/http2-spec/#rfc.section.3.4)
## Example