mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 09:31:10 +00:00
update readme
This commit is contained in:
parent
f23974cfb5
commit
e9e247217a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue