rotor-http

Crates.iorotor-http
lib.rsrotor-http
version0.7.0
sourcesrc
created_at2015-08-17 20:02:17.058524
updated_at2016-03-28 21:56:18.874633
description The mio-based http server (+with http client and websockets planned)
homepagehttp://github.com/tailhook/rotor-http
repository
max_upload_size
id2862
size179,629
Paul Colomiets (tailhook)

documentation

README

========== Rotor HTTP

:Status: alpha :Ecosystem: libraries and apps using rotor_ :Documentation: http://tailhook.github.io/rotor-http/

The HTTP implementation based on mio_ and rotor_.

.. _mio: https://crates.io/crates/mio .. _rotor: https://github.com/tailhook/rotor .. _libraries and apps using rotor: http://rotor.readthedocs.org/en/latest/ecosystem.html

Examples

You can find some examples in the examples folder_.

To run one of them (like hello_world_server.rs_)::

cargo run --example hello_world_server

.. _examples folder: ./examples .. _hello_world_server.rs: ./examples/hello_world_server.rs

Commit count: 0

cargo fmt