Sha256: 8b7b842199017fd434e007fd0dc5d882dc8763d6b4112d7831e123409cf1784f
Contents?: true
Size: 372 Bytes
Versions: 10
Compression:
Stored size: 372 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
10 entries across 10 versions & 1 rubygems