reqwest-ss-proxy
English
A hyper connector and reqwest middleware for proxying requests through a Shadowsocks server.
Features
- Hyper Connector: Implements
tower::Serviceto act as a connector forhyper 1.x. - Reqwest Middleware: Provides a middleware for
reqwestto easily proxy requests. - Easy to Use: Create a connector or middleware from a Shadowsocks URL.
- Async: Fully asynchronous with
tokio.
Usage
With hyper
use SsConnector;
use Client;
use Buf;
async
With reqwest
use ;
use ;
async
中文
一个用于 hyper 的连接器和 reqwest 的中间件,可通过 Shadowsocks 服务器代理请求。
特性
- Hyper 连接器: 实现了
tower::Service,可作为hyper 1.x的连接器。 - Reqwest 中间件: 提供了
reqwest中间件,可轻松代理请求。 - 易于使用: 从 Shadowsocks URL 创建连接器或中间件。
- 异步: 基于
tokio的完全异步实现。
使用
配合 hyper
use SsConnector;
use Client;
use Buf;
async
配合 reqwest
use ;
use ;
async
About
This project is an open-source component of i18n.site ⋅ Internationalization Solution.
-
i18 : MarkDown Command Line Translation Tool
The translation perfectly maintains the Markdown format.
It recognizes file changes and only translates the modified files.
The translated Markdown content is editable; if you modify the original text and translate it again, manually edited translations will not be overwritten (as long as the original text has not been changed).
-
i18n.site : MarkDown Multi-language Static Site Generator
Optimized for a better reading experience
关于
本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。
-
翻译能够完美保持 Markdown 的格式。能识别文件的修改,仅翻译有变动的文件。
Markdown 翻译内容可编辑;如果你修改原文并再次机器翻译,手动修改过的翻译不会被覆盖 ( 如果这段原文没有被修改 )。
-
i18n.site : MarkDown 多语言静态站点生成器 为阅读体验而优化。