1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

initial implementation

This commit is contained in:
Nikolay Kim
2017-10-06 21:48:14 -07:00
parent b361d68e0b
commit 0b5f0c4f22
17 changed files with 2451 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Actix http is a http framework for Actix framework.
* [API Documentation](http://fafhrd91.github.io/actix-http/actix_http/)
* Cargo package: [actix](https://crates.io/crates/actix-http)
* Cargo package: [actix-http](https://crates.io/crates/actix-http)
---