method
(defun matching-export-method-p (export method) (let ((m (export-method export))) (or (eql m t) (eql m method))))
methods
(defmethod &rest args)
(add-method generic-function method)
(call-method &rest args)
(find-method generic-function qualifiers specializers &optional errorp)
make-method
(remove-method generic-function method)
standard-method
next-method-p
(method-qualifiers m)
(no-next-method generic-function method &rest args)
method-combination
call-next-method
(hunchentoot:request-method object)
(hunchentoot:request-method* &optional (request *request*))
(no-applicable-method generic-function &rest args)
(invalid-method-error method format-control &rest format-arguments)
(cffi:define-parse-method name lambda-list &body body)
(method-combination-error format-control &rest format-arguments)
(define-method-combination &whole form &rest args)
(compute-applicable-methods generic-function arguments)
hunchentoot:+http-method-not-allowed+
hunchentoot:*methods-for-post-parameters*