mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
update readme
This commit is contained in:
parent
3f253365b7
commit
4234f133d2
@ -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 [![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/)
|
* [API Documentation](http://fafhrd91.github.io/actix-http/actix_http/)
|
||||||
* Cargo package: [actix-http](https://crates.io/crates/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).
|
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
|
## Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user