|
44 | 44 | - [Website & User Guide](https://actix.rs) |
45 | 45 | - [Examples Repository](https://github.com/actix/examples) |
46 | 46 | - [API Documentation](https://docs.rs/actix-web) |
47 | | -- [API Documentation (master branch)](https://actix.rs/actix-web/actix_web) |
| 47 | +- [API Documentation (mainranch)](https://actix.rs/actix-web/actix_web) |
48 | 48 |
|
49 | 49 | ## Example |
50 | 50 |
|
@@ -78,23 +78,23 @@ async fn main() -> std::io::Result<()> { |
78 | 78 |
|
79 | 79 | ### More Examples |
80 | 80 |
|
81 | | -- [Hello World](https://github.com/actix/examples/tree/master/basics/hello-world) |
82 | | -- [Basic Setup](https://github.com/actix/examples/tree/master/basics/basics) |
83 | | -- [Application State](https://github.com/actix/examples/tree/master/basics/state) |
84 | | -- [JSON Handling](https://github.com/actix/examples/tree/master/json/json) |
85 | | -- [Multipart Streams](https://github.com/actix/examples/tree/master/forms/multipart) |
86 | | -- [MongoDB Integration](https://github.com/actix/examples/tree/master/databases/mongodb) |
87 | | -- [Diesel Integration](https://github.com/actix/examples/tree/master/databases/diesel) |
88 | | -- [SQLite Integration](https://github.com/actix/examples/tree/master/databases/sqlite) |
89 | | -- [Postgres Integration](https://github.com/actix/examples/tree/master/databases/postgres) |
90 | | -- [Tera Templates](https://github.com/actix/examples/tree/master/templating/tera) |
91 | | -- [Askama Templates](https://github.com/actix/examples/tree/master/templating/askama) |
92 | | -- [HTTPS using Rustls](https://github.com/actix/examples/tree/master/https-tls/rustls) |
93 | | -- [HTTPS using OpenSSL](https://github.com/actix/examples/tree/master/https-tls/openssl) |
94 | | -- [Simple WebSocket](https://github.com/actix/examples/tree/master/websockets) |
95 | | -- [WebSocket Chat](https://github.com/actix/examples/tree/master/websockets/chat) |
96 | | - |
97 | | -You may consider checking out [this directory](https://github.com/actix/examples/tree/master) for more examples. |
| 81 | +- [Hello World](https://github.com/actix/examples/tree/mainasics/hello-world) |
| 82 | +- [Basic Setup](https://github.com/actix/examples/tree/mainasics/basics) |
| 83 | +- [Application State](https://github.com/actix/examples/tree/mainasics/state) |
| 84 | +- [JSON Handling](https://github.com/actix/examples/tree/mainson/json) |
| 85 | +- [Multipart Streams](https://github.com/actix/examples/tree/mainorms/multipart) |
| 86 | +- [MongoDB Integration](https://github.com/actix/examples/tree/mainatabases/mongodb) |
| 87 | +- [Diesel Integration](https://github.com/actix/examples/tree/mainatabases/diesel) |
| 88 | +- [SQLite Integration](https://github.com/actix/examples/tree/mainatabases/sqlite) |
| 89 | +- [Postgres Integration](https://github.com/actix/examples/tree/mainatabases/postgres) |
| 90 | +- [Tera Templates](https://github.com/actix/examples/tree/mainemplating/tera) |
| 91 | +- [Askama Templates](https://github.com/actix/examples/tree/mainemplating/askama) |
| 92 | +- [HTTPS using Rustls](https://github.com/actix/examples/tree/mainttps-tls/rustls) |
| 93 | +- [HTTPS using OpenSSL](https://github.com/actix/examples/tree/mainttps-tls/openssl) |
| 94 | +- [Simple WebSocket](https://github.com/actix/examples/tree/mainebsockets) |
| 95 | +- [WebSocket Chat](https://github.com/actix/examples/tree/mainebsockets/chat) |
| 96 | + |
| 97 | +You may consider checking out [this directory](https://github.com/actix/examples/tree/mainfor more examples. |
98 | 98 |
|
99 | 99 | ## Benchmarks |
100 | 100 |
|
|
0 commit comments