-
-
Notifications
You must be signed in to change notification settings - Fork 947
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
feat (status_codes): update HTTP status constants wrt RFC 9110 #2330
Merged
vytas7
merged 14 commits into
falconry:master
from
prathik2401:feat/update-status-codes
Sep 27, 2024
Merged
feat (status_codes): update HTTP status constants wrt RFC 9110 #2330
vytas7
merged 14 commits into
falconry:master
from
prathik2401:feat/update-status-codes
Sep 27, 2024
Commits on Sep 14, 2024
-
feat (status_codes) update HTTP status code constants wrt RFC 9110
refactor(response): replace falcon.HTTPPayloadTooLarge with falcon.HTTPContentTooLarge Replace the usage of falcon.HTTPPayloadTooLarge with falcon.HTTPContentTooLarge in the codebase. This change aligns with the recent renaming of the class in the Falcon library. The new class name better reflects the purpose of the error, which is to indicate that the content of the request is too large for the server to process. Closes #2322
Configuration menu - View commit details
-
Copy full SHA for b35e864 - Browse repository at this point
Copy the full SHA b35e864View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d2f1a7 - Browse repository at this point
Copy the full SHA 6d2f1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for be4f394 - Browse repository at this point
Copy the full SHA be4f394View commit details -
docs(_newsfragments) documented class name change from HTTPPayloadToo…
…Large to HTTPContentTooLarge
Configuration menu - View commit details
-
Copy full SHA for 51ac273 - Browse repository at this point
Copy the full SHA 51ac273View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab1aff9 - Browse repository at this point
Copy the full SHA ab1aff9View commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce664df - Browse repository at this point
Copy the full SHA ce664dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c5c3cc - Browse repository at this point
Copy the full SHA 9c5c3ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f20287f - Browse repository at this point
Copy the full SHA f20287fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d4f12 - Browse repository at this point
Copy the full SHA f0d4f12View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e25174 - Browse repository at this point
Copy the full SHA 4e25174View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b91b7c - Browse repository at this point
Copy the full SHA 3b91b7cView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c72345a - Browse repository at this point
Copy the full SHA c72345aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db2b267 - Browse repository at this point
Copy the full SHA db2b267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769f0f8 - Browse repository at this point
Copy the full SHA 769f0f8View commit details
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.