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(core/common): Add @Search decorator to the available HTTP route handlers #10533

Merged
merged 4 commits into from Apr 17, 2023

Commits on Nov 9, 2022

  1. feat(common): Add the search method to the list

    The search method is going to be anexed with the @Search decorator and
    going to be used to reference a SEARCH request
    Gustrb committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    93694ee View commit details
    Browse the repository at this point in the history
  2. feat(common): Add the @Search decorator

    This decorator uses the SEARCH method to construct a decorator
    for a handler to a Search http request
    Gustrb committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2dd3526 View commit details
    Browse the repository at this point in the history
  3. feat(core): Add the search method to the adapter

    This update was really simple, because we dont need any kind of aliasing
    due to fastify and express already supporting the search method for Application
    Gustrb committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2f69e96 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

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