1
0
mirror of https://github.com/actix/examples synced 2025-09-02 03:46:38 +02:00

Update Multipart example (#196)

* add async/await multipart example

* fix

* replace multipart

* make PR feedback changes

* remove port & heroku & update readme

* update cargo.toml to be correct

* update to alpha 3
This commit is contained in:
Bevan Hunt
2019-12-07 06:40:31 -08:00
committed by Nikolay Kim
parent 1f434406f3
commit 3552b29359
9 changed files with 75 additions and 117 deletions

View File

@@ -6,6 +6,7 @@ A curated list of examples related to actix.
* [kriry.com](http://kriry.com/) : Explore-Interactive net. [source](https://github.com/kriry/waler)
* [Roseline](https://github.com/DoumanAsh/roseline.rs) : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various actix and actix-web concepts.
* [Actix Auth Server](https://hgill.io/posts/auth-microservice-rust-actix-web-diesel-complete-tutorial-part-1/) : Auth web micro-service with rust using actix-web - complete tutorial. See code in [examples/simple-auth-server](https://github.com/actix/examples/tree/master/simple-auth-server)
## Contribute
Welcome to contribute !