izanami

Crates.ioizanami
lib.rsizanami
version0.1.0-preview.3
sourcesrc
created_at2019-01-15 09:19:04.870561
updated_at2019-03-27 07:00:16.568104
descriptionAn HTTP server implementation powered by hyper and tower-service.
homepage
repositoryhttps://github.com/ubnt-intrepid/izanami.git
max_upload_size
id108661
size74,922
Yusuke Sasaki (ubnt-intrepid)

documentation

README

izanami

crates.io rust toolchain Build Status codecov

This library is in the experimental stage, and it cannot be used for production use.

An HTTP server implementation powered by hyper and tower-service.

Features

  • Supports Both of HTTP/1.x and HTTP/2.0 protocols with the power of hyper
  • Unix domain socket support (only on Unix platform)

Note that this project does not aim to grow itself to a Web framework. The goal of Izanami is to provide a foundation for Web frameworks that can be used in common (it just corresponds to the position of Werkzeug against Flask).

Resources

License

This project is licensed under either of

at your option.

Commit count: 240

cargo fmt