Sha256: 185bc1cc4861f0eb1687e618adf828abeb28930948debcd360945cb49f963f64
Contents?: true
Size: 587 Bytes
Versions: 24
Compression:
Stored size: 587 Bytes
Contents
module HTTPX module Plugins module Authentication class Digest @user: String @password: String @hashed: bool def can_authenticate?: (String? authenticate) -> boolish def authenticate: (Request request, String authenticate) -> String private def generate_header: (String meth, String uri, String authenticate) -> String def initialize: (string user, string password, ?hashed: bool, **untyped) -> void def make_cnonce: () -> String def next_nonce: () -> Integer end end end end
Version data entries
24 entries across 24 versions & 1 rubygems