Sha256: 466e0ca4e211cf1392d2462a6294a51b65502f2340f1a594c1525354f3d5a78b
Contents?: true
Size: 419 Bytes
Versions: 27
Compression:
Stored size: 419 Bytes
Contents
module HTTPX module Plugins module BasicAuth 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 sessionBasicAuth = sessionAuthentication & Authentication::InstanceMethods & BasicAuth::InstanceMethods end end
Version data entries
27 entries across 27 versions & 1 rubygems