struct Arachnid::AuthCredential

Overview

Represents HTTP Authentication credentials for a website.

Defined in:

arachnid/auth_credential.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(username : String, password : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(username _username = @username, password _password = @password) #

[View source]
def password : String #

def username : String #