Sha256: 84db1ff93d1b62895b560646220dc2030d4f878903fca41cbfd113446cbd8bd6
Contents?: true
Size: 449 Bytes
Versions: 18
Compression:
Stored size: 449 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 = sessionAuthentication & Authentication::InstanceMethods & BasicAuthentication::InstanceMethods end end
Version data entries
18 entries across 18 versions & 1 rubygems