An open API service indexing awesome lists of open source software.

https://github.com/xpepermint/async-httplib

Low-level HTTP helpers.
https://github.com/xpepermint/async-httplib

cargo helpers http library rust

Last synced: 10 months ago
JSON representation

Low-level HTTP helpers.

Awesome Lists containing this project

README

          

> Low-level HTTP helpers.

This crate is built on top of [async-std](https://github.com/async-rs/async-std) and provides common objects and helper functions for low-level HTTP operations.

**TO-DO:**

- Ignore header case (up, down)
- Support Content-Type decoding (e.g. multipart/form-data) : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
- Handle redirects.
- GZIP support for Transfer-Encoding: https://greenbytes.de/tech/webdav/rfc7230.html#header.transfer-encoding
- HTTP2: https://www.youtube.com/watch?v=r5oT_2ndjms, https://httpwg.org/specs/rfc7540.html (HPACK, PSAUDOs)