class Zipstream::BasicAuthHandler
- Zipstream::BasicAuthHandler
- Reference
- Object
Included Modules
- HTTP::Handler
Defined in:
zipstream/http/server/handlers/basic_auth_handler.crConstant Summary
-
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\""