1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 02:09:36 +00:00
actix-web/README.md

23 lines
641 B
Markdown
Raw Normal View History

2017-09-30 16:16:59 +00:00
# Actix Http [![Build Status](https://travis-ci.org/fafhrd91/actix-http.svg?branch=master)](https://travis-ci.org/fafhrd91/actix-http)
Actix http is a http framework for Actix framework.
2017-09-30 16:38:43 +00:00
* [API Documentation](http://fafhrd91.github.io/actix-http/actix_http/)
2017-10-07 04:48:14 +00:00
* Cargo package: [actix-http](https://crates.io/crates/actix-http)
2017-10-07 06:14:13 +00:00
* Minimum supported Rust version: 1.20 or later
2017-09-30 16:16:59 +00:00
---
Actix Http is licensed under the [Apache-2.0 license](http://opensource.org/licenses/APACHE-2.0).
## Usage
To use `actix-http`, add this to your `Cargo.toml`:
```toml
[dependencies]
actix-http = { git = "https://github.com/fafhrd91/actix-http.git" }
```