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

Http 3 client #636

Open
wants to merge 9 commits into
base: series/0.5
Choose a base branch
from
Open

Http 3 client #636

wants to merge 9 commits into from

Commits on Apr 22, 2024

  1. Experimental support for http/3

    Currently its own client-builder
    
    Missing features:
    * connection pooling
    * error handling
    * use fs2 Channel instead of CE unbounded Queue
    hamnis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a0cf3a6 View commit details
    Browse the repository at this point in the history
  2. dont call google in tests

    hamnis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2479951 View commit details
    Browse the repository at this point in the history
  3. Local http/3 server test

    hamnis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    74abde8 View commit details
    Browse the repository at this point in the history
  4. improve tests

    hamnis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1a4f87f View commit details
    Browse the repository at this point in the history
  5. linting

    hamnis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4655c74 View commit details
    Browse the repository at this point in the history
  6. use fs2 Channel

    hamnis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6c77d21 View commit details
    Browse the repository at this point in the history
  7. validation of https and http/3 version

    rename some vals
    hamnis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    005f6fd View commit details
    Browse the repository at this point in the history
  8. remove unused imports

    hamnis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6d4f04a View commit details
    Browse the repository at this point in the history
  9. Upgrade http3 codec

    hamnis committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dfaaa89 View commit details
    Browse the repository at this point in the history