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-0.24.2 sig/plugins/proxy/http.rbs
httpx-0.24.1 sig/plugins/proxy/http.rbs
httpx-0.24.0 sig/plugins/proxy/http.rbs
httpx-0.23.4 sig/plugins/proxy/http.rbs
httpx-0.23.3 sig/plugins/proxy/http.rbs
httpx-0.23.2 sig/plugins/proxy/http.rbs
httpx-0.23.1 sig/plugins/proxy/http.rbs
httpx-0.23.0 sig/plugins/proxy/http.rbs
httpx-0.22.5 sig/plugins/proxy/http.rbs
httpx-0.22.4 sig/plugins/proxy/http.rbs
httpx-0.22.3 sig/plugins/proxy/http.rbs
httpx-0.22.2 sig/plugins/proxy/http.rbs
httpx-0.22.1 sig/plugins/proxy/http.rbs
httpx-0.22.0 sig/plugins/proxy/http.rbs
httpx-0.21.1 sig/plugins/proxy/http.rbs
httpx-0.21.0 sig/plugins/proxy/http.rbs
httpx-0.20.5 sig/plugins/proxy/http.rbs
httpx-0.20.4 sig/plugins/proxy/http.rbs
httpx-0.20.3 sig/plugins/proxy/http.rbs
httpx-0.20.2 sig/plugins/proxy/http.rbs