jodd-http icon indicating copy to clipboard operation
jodd-http copied to clipboard

support http2.0?

Open ralphhuang opened this issue 2 years ago • 3 comments

ralphhuang avatar Jul 04 '23 09:07 ralphhuang

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!

igr avatar Jul 04 '23 17:07 igr

@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 avatar Dec 09 '23 07:12 neroux

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 :)

neroux avatar Dec 30 '23 11:12 neroux