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

http: Replace classify::CanClassify with Param #2247

Merged
merged 1 commit into from
Feb 18, 2023
Merged

Commits on Feb 18, 2023

  1. http: Replace classify::CanClassify with Param

    We have no need for a one-off trait for the response classificatino
    module. This change removes the `CanClassify` trait and updates the
    `NewClassify` module to take an `ExtractParam` for greater flexibility.
    `app::core` is updated with type aliases for our current uses.
    olix0r committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b511976 View commit details
    Browse the repository at this point in the history