mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 01:21:10 +00:00
Fix links in README (#2653)
This commit is contained in:
parent
52f7d96358
commit
f843776f36
1 changed files with 11 additions and 7 deletions
|
@ -77,14 +77,18 @@ async fn main() -> std::io::Result<()> {
|
|||
- [Application State](https://github.com/actix/examples/tree/master/basics/state/)
|
||||
- [JSON Handling](https://github.com/actix/examples/tree/master/json/json/)
|
||||
- [Multipart Streams](https://github.com/actix/examples/tree/master/forms/multipart/)
|
||||
- [Diesel Integration](https://github.com/actix/examples/tree/master/database_interactions/diesel/)
|
||||
- [r2d2 Integration](https://github.com/actix/examples/tree/master/database_interactions/r2d2/)
|
||||
- [Simple WebSocket](https://github.com/actix/examples/tree/master/websockets/websocket/)
|
||||
- [Tera Templates](https://github.com/actix/examples/tree/master/template_engines/tera/)
|
||||
- [Askama Templates](https://github.com/actix/examples/tree/master/template_engines/askama/)
|
||||
- [HTTPS using Rustls](https://github.com/actix/examples/tree/master/security/rustls/)
|
||||
- [HTTPS using OpenSSL](https://github.com/actix/examples/tree/master/security/openssl/)
|
||||
- [Diesel Integration](https://github.com/actix/examples/tree/master/databases/diesel/)
|
||||
- [MongoDB Integration](https://github.com/actix/examples/tree/master/databases/mongodb/)
|
||||
- [Postgres Integration](https://github.com/actix/examples/tree/master/databases/postgres/)
|
||||
- [Rbatis Integration](https://github.com/actix/examples/tree/master/databases/rbatis/)
|
||||
- [Redis Integration](https://github.com/actix/examples/tree/master/databases/redis/)
|
||||
- [SQLite Integration](https://github.com/actix/examples/tree/master/databases/sqlite/)
|
||||
- [Simple WebSocket](https://github.com/actix/examples/tree/master/websockets/)
|
||||
- [WebSocket Chat](https://github.com/actix/examples/tree/master/websockets/chat/)
|
||||
- [Tera Templates](https://github.com/actix/examples/tree/master/templating/tera/)
|
||||
- [Askama Templates](https://github.com/actix/examples/tree/master/templating/askama/)
|
||||
- [HTTPS using Rustls](https://github.com/actix/examples/tree/master/https-tls/rustls/)
|
||||
- [HTTPS using OpenSSL](https://github.com/actix/examples/tree/master/https-tls/openssl/)
|
||||
|
||||
You may consider checking out [this directory](https://github.com/actix/examples/tree/master/) for more examples.
|
||||
|
||||
|
|
Loading…
Reference in a new issue