You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I don't have any problems, but it would be nice if it could support http/2.0.
Describe the solution you'd like
To support HTTP/2.0, we believe that we can use the http package instead of the java URL package. My understanding is that the URL package does not support HTTP/2.0. http package is available in Java 11 or later.
Describe alternatives you've considered
You can also use external libraries, but we think it is best if you can use the standard Java libraries.
Additional context
The text was updated successfully, but these errors were encountered:
Thank you for creating your first issue. We appreciate your help in making this project better. We will look into it, and get back to you soon. Need help or want to discuss this issue? Join our Discord community here to ask questions and discuss this issue live!
Is your feature request related to a problem? Please describe.
I don't have any problems, but it would be nice if it could support http/2.0.
Describe the solution you'd like
To support HTTP/2.0, we believe that we can use the http package instead of the java URL package. My understanding is that the URL package does not support HTTP/2.0. http package is available in Java 11 or later.
Describe alternatives you've considered
You can also use external libraries, but we think it is best if you can use the standard Java libraries.
Additional context
The text was updated successfully, but these errors were encountered: