https://github.com/sile/miasht
Minimum asynchronous HTTP/1 server/client library for Rust
https://github.com/sile/miasht
asynchronous http rust
Last synced: 8 months ago
JSON representation
Minimum asynchronous HTTP/1 server/client library for Rust
- Host: GitHub
- URL: https://github.com/sile/miasht
- Owner: sile
- License: mit
- Created: 2016-12-29T03:48:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T15:22:46.000Z (almost 8 years ago)
- Last Synced: 2025-07-27T01:59:16.969Z (8 months ago)
- Topics: asynchronous, http, rust
- Language: Rust
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
miasht
======
[](https://crates.io/crates/miasht)
[](https://travis-ci.org/sile/miasht)
[](LICENSE)
**NOTICE** This library is obsolete. Please use [httpcodec] instead.
[httpcodec]: https://github.com/sile/httpcodec
---
**Mi**nimum **as**ynchronous **HT**TP server/client library for Rust.
[Documentation](https://docs.rs/miasht)
This crate is a not comprehensive framework.
The aim is to provide a collection of basic building blocks.
References
==========
HTTP/1.1:
- https://tools.ietf.org/html/rfc7230
- https://tools.ietf.org/html/rfc7231
- https://tools.ietf.org/html/rfc7232
- https://tools.ietf.org/html/rfc7233
- https://tools.ietf.org/html/rfc7234
- https://tools.ietf.org/html/rfc7235