1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 09:18:26 +00:00

update readme

This commit is contained in:
Nikolay Kim 2017-10-07 01:12:43 -07:00
parent 3f253365b7
commit 4234f133d2

View file

@ -1,6 +1,6 @@
# 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.
Actix http is a server http framework for Actix framework.
* [API Documentation](http://fafhrd91.github.io/actix-http/actix_http/)
* Cargo package: [actix-http](https://crates.io/crates/actix-http)
@ -10,6 +10,11 @@ Actix http is a http framework for Actix framework.
Actix Http is licensed under the [Apache-2.0 license](http://opensource.org/licenses/APACHE-2.0).
## Features
* HTTP 1.1 and 1.0 support
* Streaming and pipelining support
* Configurable request routing
## Usage