update readme

This commit is contained in:
Nikolay Kim 2017-11-08 20:25:14 -08:00
parent e9fe2ba740
commit 4d575c6269
3 changed files with 5 additions and 3 deletions

View file

@ -51,6 +51,8 @@ Upgrade to `http/2` 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)
[tls example](https://github.com/actix/actix-web/tree/master/examples/tls)
## Example
* [Basic](https://github.com/actix/actix-web/tree/master/examples/basic.rs)