1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00
Actix web is a small, pragmatic, and extremely fast rust web framework. https://actix.rs
Go to file
2017-10-07 00:31:40 -07:00
src better naming 2017-10-07 00:31:40 -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 docs 2017-10-06 23:14:13 -07:00
build.rs prep work 2017-09-30 09:10:03 -07:00
Cargo.toml initial implementation 2017-10-06 21:51:27 -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 docs 2017-10-06 23:14:13 -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" }