Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cors
for setting [CORS] headers ([AddCors
for setting CORS headers #112])AsyncRequireAuthorization
([AddRequireAuthorizationAsync
#118])Compression
: Don't recompress HTTP responses ([fix: Don't recompress HTTP responses #140])Compression
andDecompression
: Pass configuration from layer into middleware ([Bug fix: [de]compression layers ignore configuration #132])ServeDir
andServeFile
: Improve performance ([ServeDir: reuse buf and reponse Stream, optimize the default chunk buf size #137])Compression
: Remove needlessResBody::Error: Into<BoxError>
bounds ([compression: RemoveResBody::Error: Into<BoxError>
bounds #117])ServeDir
: Percent decode path segments ([fix: percent decode path segments #129])ServeDir
: Use correct redirection status ([permanent redir should avoid used when redir foo-dir to foo-dir/ #130])ServeDir
: Return404 Not Found
on requests to directories ifappend_index_html_on_directories
is set tofalse
([Fix ServeDir Bug #122])