Sha256: 635bb6b7f9bcdd2971aaf8dc7664bf96b61205cb5876ba3d24c5c653371dac95
Contents?: true
Size: 356 Bytes
Versions: 27
Compression:
Stored size: 356 Bytes
Contents
module HTTPX module Plugins module Authentication class Basic @user: String @password: String def can_authenticate?: (String? authenticate) -> boolish def authenticate: (*untyped) -> String private def initialize: (string user, string password, *untyped) -> void end end end end
Version data entries
27 entries across 27 versions & 1 rubygems