-
在Rust tokio中实现的HTTP2库:rust-http2
资源介绍
锈-http2
基于tokio的Rust中的HTTP / 2客户端和服务器实现。
当前,它用作实现。
示例服务器
签出源代码并执行命令:
cargo run --example server
服务器将在上可用。 您需要任何具有HTTP / 2支持的现代浏览器来打开页面(例如Firefox,Safari,Chrome)。
服务器只能在HTTP / 2上运行,如果浏览器不发送HTTP / 2序言,则服务器将关闭连接。
客户实例
cargo run --example client https://google.com/
结果是:
:status: 302
cache-control: private
content-type: text/html; charset=UTF-8
referrer-policy: no-referrer
location: https://www.goo