Sha256: cc9df182369d2582fc76e744ed585dbe1ee9e0c739970a6a83da7e300359e484
Contents?: true
Size: 416 Bytes
Versions: 47
Compression:
Stored size: 416 Bytes
Contents
module HTTPX module Plugins module Authentication class Ntlm @user: String @password: String @domain: String? def can_authenticate?: (String? authenticate) -> boolish def authenticate: (Request request, String authenticate) -> String private def initialize: (string user, string password, ?domain: String?) -> void end end end end
Version data entries
47 entries across 47 versions & 1 rubygems