Rouille, Rust web server middleware v0.4.1 Release Notes

    • ➕ Added a Server struct as an alternative to start_server for manual control over the behavior.
    • ➕ Added a content_encoding::apply function that applies Content-Encoding to a response.
    • The try_or_400! macro now returns a response whose body describes the error in JSON.
    • The try_or_400! macro now requires the error to implement the std::error::Error trait.