mirror of
https://github.com/actix/actix-web.git
synced 2025-03-05 19:11:21 +00:00
update readme
This commit is contained in:
parent
6c480fae90
commit
aac9b5a97c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Actix web [](https://travis-ci.org/actix/actix-web) [](https://ci.appveyor.com/project/fafhrd91/actix-web-hdy9d/branch/master) [](https://codecov.io/gh/actix/actix-web) [](https://crates.io/crates/actix-web) [](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
# Actix web [](https://travis-ci.org/actix/actix-web) [](https://ci.appveyor.com/project/fafhrd91/actix-web-hdy9d/branch/master) [](https://codecov.io/gh/actix/actix-web) [](https://crates.io/crates/actix-web) [](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
Actix web is a small, fast, pragmatic, open source rust web framework.
|
Actix web is a small, pragmatic, extremely fast, web framework for Rust.
|
||||||
|
|
||||||
* Supported *HTTP/1.x* and [*HTTP/2.0*](https://actix.github.io/actix-web/guide/qs_13.html) protocols
|
* Supported *HTTP/1.x* and [*HTTP/2.0*](https://actix.github.io/actix-web/guide/qs_13.html) protocols
|
||||||
* Streaming and pipelining
|
* Streaming and pipelining
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//! Actix web is a small, fast, pragmatic, open source rust web framework.
|
//! Actix web is a small, pragmatic, extremely fast, web framework for Rust.
|
||||||
//!
|
//!
|
||||||
//! ```rust
|
//! ```rust
|
||||||
//! use actix_web::*;
|
//! use actix_web::*;
|
||||||
|
|
Loading…
Reference in a new issue