Skip to content

9.0.0

Compare
Choose a tag to compare
@bohdaq bohdaq released this 23 Jan 06:01
· 20 commits to main since this release
826f7e3

Updated rust-web-server to 9.0.0

Added support for symlinks.

In practice, it means you can have a link to file link --> file.html and request this resource via regular HTTP GET /link request. Response will contain the properly set Content-Type based on file extension.

Added Sec-CH-Prefers-Reduced-Motion and Sec-CH-Prefers-Color-Scheme support to Accept-CH.

Added Critical-CH header.

Added request and response logging to server output.

Added info on the user and working directory to server output.

Proper logging for the peer address.

Added and updated tests.

Using rust 1.66.

Added dependency to file-ext 9.0.3.

Updated documentation and logo.

Default index.html is now properly scaled for smartphones and tablets.
Full change list for Rust Web Server

Full change list