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(service): rename Service to HttpService, re-export tower::Service` #1985

Merged
merged 1 commit into from Oct 21, 2019

Commits on Oct 19, 2019

  1. feat(service): rename Service to HttpService, re-export tower::Se…

    …rvice`
    
    The only important trait for a user is the `tower::Service` trait, which
    is now available also at `hyper::service::Service`. The other "trait
    aliases" are no longer publicly exported, as people thought they had to
    implement them.
    
    Also removes dependency on `tower-make`, which is trivial but otherwise
    shouldn't affect anyone.
    
    Closes #1959
    seanmonstar committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    770e51c View commit details
    Browse the repository at this point in the history