lispdoc - results for aux-request-value |
(hunchentoot:aux-request-value symbol &optional (request *request*)) | Setf: Sets the value associated with SYMBOL from the request object REQUEST (default is *REQUEST*). If there is already a value associated with SYMBOL it will be replaced.
Function: Returns the value associated with SYMBOL from the request object REQUEST (the default is the current request) if it exists. The second return value is true if such a value was found. |
(hunchentoot:delete-aux-request-value symbol &optional (request *request*)) | Function: Removes the value associated with SYMBOL from the request object REQUEST.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |