https://github.com/tailhook/rotor-http
The mio/rotor based http server library for rust (UNMAINTAINED, use tk-http)
https://github.com/tailhook/rotor-http
Last synced: 10 months ago
JSON representation
The mio/rotor based http server library for rust (UNMAINTAINED, use tk-http)
- Host: GitHub
- URL: https://github.com/tailhook/rotor-http
- Owner: tailhook
- License: mit
- Created: 2015-08-13T00:08:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T00:15:54.000Z (over 8 years ago)
- Last Synced: 2025-04-09T21:18:32.396Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 4.78 MB
- Stars: 111
- Watchers: 6
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
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