Generic Function: apply-url-method

Documentation

Applies args (converted to lisp data by `^wisp-arg') found in the url to the method function.

Source

(defgeneric apply-url-method (url-method args discriminator)
  (:documentation "Applies args (converted to lisp data by `^wisp-arg') found in the url to the method function."))
Source Context