Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement 413 - Payload Too Large #273

Open
azertyalex opened this issue Jun 27, 2022 · 0 comments
Open

Implement 413 - Payload Too Large #273

azertyalex opened this issue Jun 27, 2022 · 0 comments
Assignees
Labels
feature-request Feature requests or enhancements

Comments

@azertyalex
Copy link

Is your feature request related to a problem? Please describe.
I need a way to notify my API users that the uploaded file is too large, before it is being uploaded completely.content_size_limit isn't what I need.

Describe the solution you'd like
I'd like to set a file size limit. Returning a 413 with Payload Too Large before it being uploaded completely

Describe alternatives you've considered
I can't use a reverseproxy because of the configurability in my app.

@azertyalex azertyalex added the feature-request Feature requests or enhancements label Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Feature requests or enhancements
Projects
None yet
Development

No branches or pull requests

2 participants