1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02:00

Updates http2 chapter after testing.

This commit is contained in:
Cameron Dershem
2019-06-18 17:17:43 -04:00
parent 1e8cdcd324
commit e20f6d9d56
4 changed files with 7 additions and 3 deletions

View File

@ -21,7 +21,7 @@ weight: 250
actix-web = { version = "{{< actix-version "actix-web" >}}", features = ["ssl"] }
openssl = { version = "0.10", features = ["v110"] }
```
{{< include-example example="http20" file="main.rs" section="main" >}}
{{< include-example example="http2" file="main.rs" section="main" >}}
Upgrades to *HTTP/2.0* schema described in
[rfc section 3.2](https://http2.github.io/http2-spec/#rfc.section.3.2) is not supported.