Zipstream::BasicAuthHandler
Inherits HTTP::Handler < Reference < Object
Constants
AUTH = "Authorization"
AUTH_MESSAGE = "Could not verify your access level for that URL.\nYou have to login with proper credentials"
BASIC = "Basic"
HEADER_LOGIN_REQUIRED = "Basic realm=\"Login Required\""
Constructors
new(username : String, password : String)
SourceInstance methods
call(context)
Source