https://github.com/sheroz/http_common
Common types and operations for HTTP
https://github.com/sheroz/http_common
header http http-requests network network-programming parser web
Last synced: 4 months ago
JSON representation
Common types and operations for HTTP
- Host: GitHub
- URL: https://github.com/sheroz/http_common
- Owner: sheroz
- License: mit
- Created: 2023-07-31T13:20:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T16:31:36.000Z (over 2 years ago)
- Last Synced: 2025-02-28T13:03:42.264Z (about 1 year ago)
- Topics: header, http, http-requests, network, network-programming, parser, web
- Language: Rust
- Homepage: https://github.com/sheroz/http_common
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Common types and operations for HTTP
[](https://crates.io/crates/http_common)
[](https://docs.rs/http_common)
[](https://github.com/sheroz/http_common/actions/workflows/ci.yml)
[](https://github.com/sheroz/http_common/tree/main/LICENSE)
## Headers
- Basic support for HTTP Range, [RFC9110](https://www.rfc-editor.org/rfc/rfc9110.html)
## Project Stage
**Development:** this project already has milestone releases, but is still under active development, you should not expect full stability yet.