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(server): remove the high-level Server API #2932

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

seanmonstar
Copy link
Member

This removes hyper::Server, and it's related parts:

  • hyper::server::Builder
  • hyper::server::accept
  • hyper::service::make_service_fn

New utilities for managing servers will exist in hyper-util.

Closes #2849

This removes `hyper::Server`, and it's related parts:

- `hyper::server::Builder`
- `hyper::server::accept`
- `hyper::service::make_service_fn`

New utilities for managing servers will exist in `hyper-util`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove hyper::Server
1 participant