Sha256: e1dadfe6934a95ceb75bba0d725358e2ee485e6b77c2acc1297cfff82881aa84
Contents?: true
Size: 428 Bytes
Versions: 6
Compression:
Stored size: 428 Bytes
Contents
module HTTPX module Plugins module BasicAuthentication def self.load_dependencies: (singleton(Session)) -> void def self.configure: (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
6 entries across 6 versions & 1 rubygems