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 conditional_response middleware #427

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2023

  1. Working implementation

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    003fb04 View commit details
    Browse the repository at this point in the history
  2. Complete the implementation

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    db7c33c View commit details
    Browse the repository at this point in the history
  3. Fix feature name

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4c21041 View commit details
    Browse the repository at this point in the history
  4. Fix ServiceBuilderExt so it appears in tests

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fb8bbb5 View commit details
    Browse the repository at this point in the history
  5. Test service builder function too

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    dd623bd View commit details
    Browse the repository at this point in the history
  6. Better naming

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9b6d7a0 View commit details
    Browse the repository at this point in the history
  7. Discovering the --all-features flag on cargo test!

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cb8cfb7 View commit details
    Browse the repository at this point in the history
  8. Better use of ServiceBuilderExt in example

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    da15ca8 View commit details
    Browse the repository at this point in the history
  9. Add reasoning for not using Result

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f7b2479 View commit details
    Browse the repository at this point in the history
  10. Ignore doc that's not supposed to be a test

    Martin Bartlett authored and Martin Bartlett committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a37fd8c View commit details
    Browse the repository at this point in the history