Skip to content

Commit

Permalink
Hyper 1.0 to Hyper 1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Dec 20, 2023
1 parent e5e5df6 commit 4366514
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Salvo is an extremely simple and powerful Rust web backend framework. Only basic

## 🎯 Features

- Built with [Hyper 1.0](https://crates.io/crates/hyper) and [Tokio](https://crates.io/crates/tokio);
- Built with [Hyper 1](https://crates.io/crates/hyper) and [Tokio](https://crates.io/crates/tokio);
- HTTP1, HTTP2 and **HTTP3**;
- Unified middleware and handle interface;
- Router can be nested infinitely, and multiple middlewares can be attached to any router;
Expand Down
2 changes: 1 addition & 1 deletion README.osc.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Salvo(赛风) 是一个极其简单且功能强大的 Rust Web 后端框架. 仅
## 🎯 功能特色

- 基于 [Hyper 1.0](https://crates.io/crates/hyper), [Tokio](https://crates.io/crates/tokio) 开发;
- 基于 [Hyper 1](https://crates.io/crates/hyper), [Tokio](https://crates.io/crates/tokio) 开发;
- 支持 HTTP1, HTTP2 和 **HTTP3**;
- 统一的中间件和句柄接口;
- 路由可以无限嵌套,并且可以在任何路由是附加多个中间件;
Expand Down
2 changes: 1 addition & 1 deletion README.zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Salvo(赛风) 是一个极其简单且功能强大的 Rust Web 后端框架. 仅
## 🎯 功能特色

- 基于 [Hyper 1.0](https://crates.io/crates/hyper), [Tokio](https://crates.io/crates/tokio) 开发;
- 基于 [Hyper 1](https://crates.io/crates/hyper), [Tokio](https://crates.io/crates/tokio) 开发;
- 支持 HTTP1, HTTP2 和 **HTTP3**;
- 统一的中间件和句柄接口;
- 路由可以无限嵌套,并且可以在任何路由是附加多个中间件;
Expand Down
2 changes: 1 addition & 1 deletion README.zh-hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Salvo(賽風) 是一個極其簡單且功能強大的 Rust Web 後端框架. 僅
## 🎯 功能特色

- 基於 [Hyper 1.0](https://crates.io/crates/hyper), [Tokio](https://crates.io/crates/tokio) 開發;
- 基於 [Hyper 1](https://crates.io/crates/hyper), [Tokio](https://crates.io/crates/tokio) 開發;
- 統一的中間件和句柄接口;
- 支持 HTTP1, HTTP2 和 **HTTP3**;
- 路由可以無限嵌套,並且可以在任何路由是附加多個中間件;
Expand Down

0 comments on commit 4366514

Please sign in to comment.