mirror of
https://github.com/actix/actix-web.git
synced 2025-04-04 17:19:35 +00:00
Rustls should be uppercase
This commit is contained in:
parent
0a959b9cf5
commit
7504676113
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ async fn main() -> std::io::Result<()> {
|
|||
* [Diesel integration](https://github.com/actix/examples/tree/master/diesel/)
|
||||
* [r2d2](https://github.com/actix/examples/tree/master/r2d2/)
|
||||
* [OpenSSL](https://github.com/actix/examples/tree/master/openssl/)
|
||||
* [rustls](https://github.com/actix/examples/tree/master/rustls/)
|
||||
* [Rustls](https://github.com/actix/examples/tree/master/rustls/)
|
||||
* [Tcp/Websocket chat](https://github.com/actix/examples/tree/master/websocket-chat/)
|
||||
* [Json](https://github.com/actix/examples/tree/master/json/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue