class HTTPProxy
- HTTPProxy
- Reference
- Object
Overview
See https://github.com/crystal-lang/crystal/issues/2963
Defined in:
invidious/helpers/proxy.crConstructors
Instance Method Summary
- #open(host, port, tls = nil, connection_options = {} of Symbol => Float64 | Nil)
- #options : Hash(Symbol, String)
- #proxy_host : String
- #proxy_port : Int32
- #tls : OpenSSL::SSL::Context::Client | Nil
Constructor Detail
def self.new(proxy_host : String, proxy_port : Int32 = 80, options : Hash(Symbol, String) = {} of Symbol => String)
#