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: update to support hyper 1.0 #4

Merged
merged 5 commits into from
Jan 1, 2024
Merged

feat: update to support hyper 1.0 #4

merged 5 commits into from
Jan 1, 2024

Conversation

ravenclaw900
Copy link
Owner

Also:

  • Use the builder pattern to construct acceptor
  • Only support HTTP 1 (don't know how to work around this right now)
  • Rename tlsconfig to rustls_helpers, make it optional
  • Remove own TLS implementation, use tls_listener dependency instead (implementation is very similar to what we had previously, and this allows the API to be simplified greatly)

Closes #1

Also use a builder pattern to construct acceptor, and generally change a lot of the library's API
@ravenclaw900 ravenclaw900 merged commit 868c23e into main Jan 1, 2024
@ravenclaw900 ravenclaw900 deleted the hyper1 branch January 1, 2024 19:12
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.

Update for Hyper 1.0
1 participant