Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T16:31:36.000Z (over 1 year ago)
- Last Synced: 2024-10-13T11:14:16.111Z (about 1 month 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
[![crates.io](https://img.shields.io/crates/v/http_common)](https://crates.io/crates/http_common)
[![docs](https://img.shields.io/docsrs/http_common)](https://docs.rs/http_common)
[![build & test](https://github.com/sheroz/http_common/actions/workflows/ci.yml/badge.svg)](https://github.com/sheroz/http_common/actions/workflows/ci.yml)
[![MIT](https://img.shields.io/github/license/sheroz/http_common)](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.