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:
@ -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.
|
||||
|
Reference in New Issue
Block a user