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