mirror of
https://github.com/actix/actix-web.git
synced 2024-11-15 21:31:24 +00:00
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
build.rs | ||
Cargo.toml | ||
LICENSE | ||
Makefile | ||
README.md |
Actix Http
Actix http is a http framework for Actix framework.
- API Documentation
- Cargo package: actix
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" }