You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compression: Implement Default for CompressionBody (#323)
compression, decompression: Support zstd (de)compression (#322)
Changed
serve_dir:ServeDir and ServeFile's error types are now Infallible and any IO errors
will be converted into responses. Use try_call to generate error responses manually (BREAKING) (#283)
serve_dir:ServeDir::fallback and ServeDir::not_found_service now requires
the fallback service to use Infallible as its error type (BREAKING) (#283)