Sha256: 38b3fa9079006b15538e852ed593dc9f27581f038443db0066b77cbbd42fa29a
Contents?: true
Size: 433 Bytes
Versions: 5
Compression:
Stored size: 433 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::BasicAuthentication::InstanceMethods end end
Version data entries
5 entries across 5 versions & 1 rubygems