actix-files: v0.6.0-beta.5
Pre-release
Pre-release
NamedFilenow implementsServiceFactoryandHttpServiceFactorymaking it much more useful in routing. For example, it can be used directly as a default service. #2135- For symbolic links,
Content-Dispositionheader no longer shows the filename of the original file. #2156 Files::redirect_to_slash_directory()now works as expected when used withFiles::show_files_listing(). #2225application/{javascript, json, wasm}mime type now haveinlinedisposition by default. #2257Files::show_files_listing()can now be used withFiles::index_file()to show files listing as a fallback when the index file is not found. #2228