- #114: Update hyper, url and anymap.
- #113: Change the default content type to text/html. Closes #107.
- #112: Bump multipart dependency to 0.7.
- #101: Bypass the prompt in multirust-rs.
- #96: Router composition. Closes #86.
- #99: Update dependencies. Closes #84.
- #92: Minor todo example refactoring.
- #91: Cleanup some warnings from Clippy.
- #90: Edit insert_routes! to avoid type ascription conflicts, and some fixes.
- #81: Remove the extension traits for BodyReader. Closes #76.
- #82: Use multirust-rs to install Rust on AppVeyor. Closes #77.
- #79: Give the user control over the server's keep-alive policy.
- #78: Move hypermedia responsibility from router to handlers.
- #75: Remove the logging system in favor of the Log crate. Closes #71.
- #74: Implement Handler for Arc. Closes #70.
- #73: Use check_path in the send_file[_with_mime] examples. Closes #72.
- #69: Get rid of some of the rough edges regarding MaybeUtf8.
- #67: Force connections to close if the thread pool is too congested. Closes #65.
- #68: Remove ICE hacks and set the oldest tested Rust version to 1.3. Closes #17.
- #66: Automatically gather the features to be tested.
- #64: Make wildcards work as path variables.
- #63: Restructure the server module.
- #62: Move file sending code to Response.
- #61: Add an example of a quite minimalistic server.
- #59: Preserve non-UTF-8 data and handle * requests.
- #60: Update unicase to 1.0.
- #56: Implement a Parameters type. Closes #55.
- #58: Test more and forbid warnings and missing docs.
- #50: Implement support for multipart requests. Closes #49.
- #52: Bump Rust version for testing on Windows to 1.1.0.
- #48: Revert unicase reexport and add a todo example.
- #47: Opt into container based Travis tests.
- #45: Fixed size responses. Closes #37.
- #39: Update to Hyper 0.6.