tailhook / rotor-http

The mio/rotor based http server library for rust (UNMAINTAINED, use tk-http)
MIT License
110 stars 11 forks source link

Reorganize the server exports. #32

Closed pyfisch closed 8 years ago

pyfisch commented 8 years ago

Before this change some server types would be exported at the crate root. Now all public server types are exposed from server::*. Server ReadBody made public, probably an oversight. For symmetry with the client the ServerFsm was renamed to Fsm. Also both client and server now export the HTTP Version enum. More documentation. This is BREAKING CHANGE.

tailhook commented 8 years ago

Looks fine. Thanks!