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

feat (status_codes): update HTTP status constants wrt RFC 9110 #2330

Merged
merged 14 commits into from
Sep 27, 2024

Commits on Sep 14, 2024

  1. 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
    prathik2401 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b35e864 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    6d2f1a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4f394 View commit details
    Browse the repository at this point in the history
  3. docs(_newsfragments) documented class name change from HTTPPayloadToo…

    …Large to HTTPContentTooLarge
    prathik2401 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    51ac273 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    ab1aff9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    ce664df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5c3cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f20287f View commit details
    Browse the repository at this point in the history
  4. chore: misc touchups

    vytas7 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f0d4f12 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    4e25174 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    3b91b7c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    c72345a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db2b267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    769f0f8 View commit details
    Browse the repository at this point in the history