1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 02:35:04 +00:00

Guide: tweak to http/2.

This commit is contained in:
memoryruins 2018-04-06 19:37:14 -04:00
parent e4a85a53f4
commit 3a80cb7bf3

View file

@ -42,5 +42,5 @@ Upgrades to *HTTP/2.0* schema described in
Starting *HTTP/2* with prior knowledge is supported for both clear text connection
and tls connection. [rfc section 3.4](https://http2.github.io/http2-spec/#rfc.section.3.4)
> Check the [examples/tls](https://github.com/actix/actix-web/tree/master/examples/tls)
> Check out [examples/tls](https://github.com/actix/actix-web/tree/master/examples/tls)
> for a concrete example.