The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version v3.6.2.zip (101.1 kB)
Email in envelope

Get an email when there's a new version of Rouille

Home / v3.6.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-10-12 1.4 kB
v3.6.0.tar.gz 2022-10-12 75.9 kB
v3.6.0.zip 2022-10-12 101.0 kB
Totals: 3 Items   178.4 kB 0

Changes

  • Added rustls support (via tiny-http), if you're currently using the ssl feature you can switch from OpenSSL to Rustls by instead enabling the rustls feature in your Cargo.toml.
  • Added a number of default features to allow users to reduce their dependency graph where they don't need all the functionality Rouille provides. logging, assets, post and session are now optional, but enabled by default for backwards compatibility.
  • Correctly support 'flag' type query parameters where the parameter has no associated value. Previously a query like GET /?foo would return None from get_param, instead of Some("").
  • Updated tiny-http to 0.12.0, further reducing the dependency tree by breaking our hard requirement on time-rs. This version of tiny-http also enables Unix socket listeners, which will be exposed in a future release of Rouille.

New Contributors

Full Changelog: https://github.com/tomaka/rouille/compare/v3.5.0...v3.6.0

Source: README.md, updated 2022-10-12