1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
Go to file
2017-09-30 09:16:59 -07:00
src prep work 2017-09-30 09:10:03 -07:00
tests prep work 2017-09-30 09:10:03 -07:00
.gitignore prep work 2017-09-30 09:10:03 -07:00
.travis.yml prep work 2017-09-30 09:10:03 -07:00
build.rs prep work 2017-09-30 09:10:03 -07:00
Cargo.toml prep work 2017-09-30 09:10:03 -07:00
LICENSE prep work 2017-09-30 09:10:03 -07:00
Makefile prep work 2017-09-30 09:10:03 -07:00
README.md update readme 2017-09-30 09:16:59 -07:00

Actix Http Build Status

Actix http is a http framework for Actix framework.


Actix Http is licensed under the Apache-2.0 license.

Usage

To use actix-http, add this to your Cargo.toml:

[dependencies]
actix-http = { git = "https://github.com/fafhrd91/actix-http.git" }