1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00
actix-web/README.md
2017-09-30 09:38:43 -07:00

588 B

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" }