📝 Add missing compresslevel parameter on docs for GZipMiddleware#11350
Merged
tiangolo merged 2 commits intofastapi:masterfrom Aug 15, 2024
junah201:master
Merged
📝 Add missing compresslevel parameter on docs for GZipMiddleware#11350tiangolo merged 2 commits intofastapi:masterfrom junah201:master
compresslevel parameter on docs for GZipMiddleware#11350tiangolo merged 2 commits intofastapi:masterfrom
junah201:master
Conversation
The compresslevel parameter was added in Kludex/starlette#1128 Kludex/starlette#2553 But, it was not added to the document, so an explanation was added
Member
|
📝 Docs preview for commit 43f2b2d at: https://c4fb5576.fastapitiangolo.pages.dev |
codespearhead
approved these changes
Mar 31, 2024
|
Do you happen to know two other FastAPI users that you can ask a PR review from? |
BetaTester772
approved these changes
May 3, 2024
soulee-dev
approved these changes
May 6, 2024
Contributor
Author
|
Thank you, @patrick91, for your approval. I agree that using What do other people think about changing |
Member
|
Great, thanks @junah201! 🚀 And thanks @patrick91, good idea. I updated it to use |
compresslevel parameter on docs for GZipMiddleware
black-redoc
pushed a commit
to black-redoc/fastapi
that referenced
this pull request
Aug 16, 2024
…astapi#11350) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
black-redoc
pushed a commit
to black-redoc/fastapi
that referenced
this pull request
Aug 17, 2024
…astapi#11350) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This was referenced Jan 11, 2025
s-rigaud
pushed a commit
to s-rigaud/fastapi
that referenced
this pull request
Jan 23, 2025
…astapi#11350) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The compresslevel parameter was added in Kludex/starlette#1128 Kludex/starlette#2553.
But, it was not added to the document, so I added an explanation on docs.