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

add method_not_allowed_fallback to router #2903

Merged
merged 24 commits into from
Oct 12, 2024

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    73ddf83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833daf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0617c75 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    53d75a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f97008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aedc9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce7a42f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff942bc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    61237da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19b13bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d59d203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4645f66 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    Lachstec committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7d2be52 View commit details
    Browse the repository at this point in the history
  6. remove typo from docs

    Lachstec committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    10c16df View commit details
    Browse the repository at this point in the history
  7. remove unnecessary mut

    Lachstec committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    bcb2579 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6cd8386 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    6a0d9a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    546458e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61f3460 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Adjust grammar and formatting

    Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
    Lachstec and jplatte authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a6882c6 View commit details
    Browse the repository at this point in the history
  2. Better explain how method_not_allowed_fallback works

    Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
    Lachstec and jplatte authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    da082a5 View commit details
    Browse the repository at this point in the history
  3. improve grammar and wording

    Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
    Lachstec and jplatte authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    5c384df View commit details
    Browse the repository at this point in the history
  4. change handle_405 to default_fallback

    Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
    Lachstec and jplatte authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    733f0aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    190a84a View commit details
    Browse the repository at this point in the history