module

ProxyHelpers::ProxyStreamer

Class methods

stream_through(url : String, dst_io : IO, *, max_bytes : Int64 | Nil = nil, chunk : Int32 = 64 * 1024, connect_timeout : Time::Span = 5.seconds, read_timeout : Time::Span = 15.seconds, on_headers : HTTP::Client::Response -> | Nil = nil, max_redirects : Int32 = 0) : Nil
Source

Nested types