1 Star 0 Fork 4

archane/third_party_rust_http-body

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lucio Franco 提交于 2022-05-20 16:40 . chore: Prepare 0.4.5 release (#62)
[package]
name = "http-body"
# When releasing to crates.io:
# - Remove path dependencies
# - Update html_root_url.
# - Update doc url
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create "vx.y.z" git tag.
version = "0.4.5"
authors = [
"Carl Lerche <me@carllerche.com>",
"Lucio Franco <luciofranco14@gmail.com>",
"Sean McArthur <sean@seanmonstar.com>",
]
edition = "2018"
readme = "README.md"
documentation = "https://docs.rs/http-body"
repository = "https://github.com/hyperium/http-body"
license = "MIT"
description = """
Trait representing an asynchronous, streaming, HTTP request or response body.
"""
keywords = ["http"]
categories = ["web-programming"]
[dependencies]
bytes = "1"
http = "0.2"
pin-project-lite = "0.2"
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhai-peizhe/third_party_rust_http-body.git
git@gitee.com:zhai-peizhe/third_party_rust_http-body.git
zhai-peizhe
third_party_rust_http-body
third_party_rust_http-body
master

搜索帮助