Sha256: 81fe2a26c20d287cd55ef01fd34e81408a2870f87b99e12583d78aa9ade60244

Contents?: true

Size: 613 Bytes

Versions: 42

Compression:

Stored size: 613 Bytes

Contents

module HTTPX
  module Plugins
    module Proxy
      module HTTP

        module InstanceMethods
          def with_proxy_basic_auth: (Hash[Symbol, untyped] opts) -> instance

          def with_proxy_digest_auth: (Hash[Symbol, untyped] opts) -> instance

          def with_proxy_ntlm_auth: (Hash[Symbol, untyped] opts) -> instance
        end

        module ConnectionMethods
          def __http_proxy_connect: (Connection::_Parser parser) ->  void
          def __http_on_connect: (top, Response) ->  void
        end

      end
    end

    type httpProxy = Session & Proxy::HTTP::InstanceMethods
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
httpx-1.2.6 sig/plugins/proxy/http.rbs
httpx-1.2.4 sig/plugins/proxy/http.rbs
httpx-1.2.3 sig/plugins/proxy/http.rbs
httpx-1.2.2 sig/plugins/proxy/http.rbs
httpx-1.2.1 sig/plugins/proxy/http.rbs
httpx-1.2.0 sig/plugins/proxy/http.rbs
httpx-1.1.5 sig/plugins/proxy/http.rbs
httpx-1.1.4 sig/plugins/proxy/http.rbs
httpx-1.1.3 sig/plugins/proxy/http.rbs
httpx-1.1.2 sig/plugins/proxy/http.rbs
httpx-1.1.1 sig/plugins/proxy/http.rbs
httpx-1.1.0 sig/plugins/proxy/http.rbs
httpx-1.0.2 sig/plugins/proxy/http.rbs
httpx-0.24.7 sig/plugins/proxy/http.rbs
httpx-1.0.1 sig/plugins/proxy/http.rbs
httpx-1.0.0 sig/plugins/proxy/http.rbs
httpx-0.24.6 sig/plugins/proxy/http.rbs
httpx-0.24.5 sig/plugins/proxy/http.rbs
httpx-0.24.4 sig/plugins/proxy/http.rbs
httpx-0.24.3 sig/plugins/proxy/http.rbs