http-multipart

Crates.iohttp-multipart
lib.rshttp-multipart
version0.1.0
sourcesrc
created_at2023-12-29 03:14:43.98055
updated_at2023-12-29 03:14:43.98055
descriptionmultipart for http crate type
homepage
repositoryhttps://github.com/HFQR/xitca-web
max_upload_size
id1082935
size34,473
(fakeshadow)

documentation

README

an async http multipart crate.

Features

  • common http types and streaming interface for easy integration.
  • native async/await support focus on stack pinned streaming type.
  • in place streaming parsing first with reduced memory copy and reduced additional allocation.

Requirement

  • Rust 1.75
  • http and futures for http types and async streaming interaction1

Footnotes

  1. see project Cargo.toml for dependency versioning.

Commit count: 1381

cargo fmt