-
Notifications
You must be signed in to change notification settings - Fork 181
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
does it support http2.0 #328
Comments
HTTP/2 is a work in progress : https://github.com/JuliaWeb/HTTP.jl/blob/so/lazyprep/src/HPack.jl |
Is the HTTP/2 usable in any form at the moment? Maybe just the client part for now? |
@samoconnor any update on this? |
@samoconnor how is the progress going, we would need HTTP/2 support for a Julia project and using this package would be a great help. thanks for letting us know. |
Is there any update or any blocker for this? |
HTTP/2 is now natively supported in Julia 1.6 via LibCURL. Maybe that would help you. |
Continued in #797 If you are looking for an HTTP/2 client, you can use https://github.com/JuliaLang/Downloads.jl |
Julia 1.*
HTTP.jl Pkg.add(....)
MbedTLS.jl Pkg.add(....) now
The text was updated successfully, but these errors were encountered: