1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00

Update http2.md (#260)

This commit is contained in:
Santiago 2022-02-28 14:48:50 +01:00 committed by GitHub
parent b8431bef6f
commit 7cbaf1b391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,4 +32,4 @@ Upgrades to _HTTP/2.0_ schema described in [rfc section 3.2][rfcsection32] is no
[rfcsection34]: https://http2.github.io/http2-spec/#rfc.section.3.4 [rfcsection34]: https://http2.github.io/http2-spec/#rfc.section.3.4
[bindopenssl]: https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.bind_openssl [bindopenssl]: https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.bind_openssl
[tlsalpn]: https://tools.ietf.org/html/rfc7301 [tlsalpn]: https://tools.ietf.org/html/rfc7301
[examples]: https://github.com/actix/examples/tree/master/security/rustls [examples]: https://github.com/actix/examples/tree/master/https-tls/rustls