Sha256: 5b2415a59d5c965ff02b2c27e19ac8a449ee1f436b0004720e11a5c4f4d9d38f

Contents?: true

Size: 374 Bytes

Versions: 1

Compression:

Stored size: 374 Bytes

Contents

module HTTPX
  module Plugins
    module BasicAuthentication
      # def self.load_dependencies: (singleton(Session)) -> void

      module InstanceMethods
        def basic_authentication: (string user, string password) -> instance
      end
    end

    type sessionBasicAuthentication = Plugins::sessionAuthentication & Plugins::Authentication::InstanceMethods
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
httpx-0.10.0 sig/plugins/basic_authentication.rbs