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

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

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)