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 ServiceConfig::default_service #2338

Closed

Commits on Jul 20, 2021

  1. Add ServiceConfig::default_service

    The `App` struct supports a "default" service which will be called when there
    are no other matching services available. I propose that we support adding this
    default service from the `ServiceConfig` struct, which will enable it to be used
    from `App::configure`. Currently if you want to test a default service (if
    you're creating a proxy for example) you must re-specify this default service
    each time you construct your app. This change will allow users to put their
    default services into the shared `App::configure` helper.
    lily-mara committed Jul 20, 2021
    Copy the full SHA
    75c3968 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    35ce0a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Copy the full SHA
    7449f41 View commit details
    Browse the repository at this point in the history