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

support http2.0? #13

Open
ralphhuang opened this issue Jul 4, 2023 · 3 comments
Open

support http2.0? #13

ralphhuang opened this issue Jul 4, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@ralphhuang
Copy link

No description provided.

@igr igr self-assigned this Jul 4, 2023
@igr igr added the enhancement New feature or request label Jul 4, 2023
@igr
Copy link
Member

igr commented Jul 4, 2023

Have to check... JDK 11 introduces http2 support via the new HttpClient, that is a bit different than the existing implementation.

I will try the best!

@neroux
Copy link

neroux commented Dec 9, 2023

@ralphhuang, at this point, I'd probably rather go straight for HTTP 3.

As discussed with @igr, I would vote against just a wrapper around an existing implementation, but one does need to acknowledge that implementing your own HTTP 3 client would certainly be a major task.

@neroux
Copy link

neroux commented Dec 30, 2023

While I'd welcome support for HTTP 3, I believe it would be a major undertaking.

Also because it would not be just the implementation of a new HTTP version, but one would first need the underlying QUIC implementation. Jodd could certainly use an existing one, however so far Jodd has tried to stay autonomous and not rely on third-party code, except for what Java itself provides.

As mentioned, I'd love if Jodd offered that, but I assume that would not be something one implements over the weekend :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants