lispdoc - results for authorization |
(hunchentoot:authorization &optional (request *request*)) | Function: Returns as two values the user and password (if any) as encoded in the 'AUTHORIZATION' header. Returns NIL if there is no such header.
|
(hunchentoot:require-authorization &optional (realm hunchentoot)) | Function: Sends back appropriate headers to require basic HTTP authentication (see RFC 2617) for the realm REALM.
|
hunchentoot:+http-authorization-required+ | Variable: HTTP return code (401) for 'Authorization Required'.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |