1
0
mirror of https://github.com/actix/actix-website synced 2025-08-22 22:05:07 +02:00

Merge pull request #165 from JohnTitor/fix-tls

Fix rustls example link
This commit is contained in:
Yuki Okushi
2020-03-13 07:07:14 +09:00
committed by GitHub

View File

@@ -32,4 +32,4 @@ connection and tls connection. [rfc section 3.4][rfcsection34].
[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/2/actix_web/struct.HttpServer.html#method.bind_openssl [bindopenssl]: https://docs.rs/actix-web/2/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/tls [examples]: https://github.com/actix/examples/tree/master/rustls