docs.rs
This patch contains several bug fixes and doc tweaks.
Added
Route::serve_dir
now applies some degree of mime guessing #461
- Added the "Tide Channels" post to the README #464
- Added documentation on Tide's default backend #467
Changed
- Updated the crate version in the README #475
Fixed
- Check directory traversal attack without file system visit #473
- Correctly parse multiple values from the
Cookie
header #484