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
I have some large assets I need to download (>2GB) with Typhoeus, but the downloads consistently fail using HTTP/1.1 and I've only gotten them to work with HTTP/2. Does Typhoeus support HTTP/2 and if so, how would I implement that?
The text was updated successfully, but these errors were encountered:
It should use HTTP/2 by default where available, same as curl.
> Typhoeus::Request.new("https://www.google.com", verbose: true).run
Trying 142.250.178.4:443...
Connected to www.google.com (142.250.178.4) port 443 (#1)
...
Using HTTP2, server supports multiplexing
Hi,
I have some large assets I need to download (>2GB) with Typhoeus, but the downloads consistently fail using HTTP/1.1 and I've only gotten them to work with HTTP/2. Does Typhoeus support HTTP/2 and if so, how would I implement that?
The text was updated successfully, but these errors were encountered: