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

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

Awesome Lists containing this project

README

          

miasht
======

[![Crates.io: miasht](http://meritbadge.herokuapp.com/miasht)](https://crates.io/crates/miasht)
[![Build Status](https://travis-ci.org/sile/miasht.svg?branch=master)](https://travis-ci.org/sile/miasht)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](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