https://github.com/demindiro/mhttp
Utilities for building & parsing HTTP requests & responses in no_std environments
https://github.com/demindiro/mhttp
Last synced: about 1 year ago
JSON representation
Utilities for building & parsing HTTP requests & responses in no_std environments
- Host: GitHub
- URL: https://github.com/demindiro/mhttp
- Owner: Demindiro
- License: mit
- Created: 2022-01-02T16:02:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T16:02:16.000Z (over 4 years ago)
- Last Synced: 2025-04-01T11:28:52.431Z (over 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mhttp
_Utilities for building & parsing HTTP requests & responses in no\_std
environments._
This crate does **not** provide a server or client. It only provides a few
structures to facilitate implementing anything HTTP related.
[Documentation](https://docs.rs/mhttp)