Generic Function: ^wisp-arg

Documentation

Used by url dispatcher to convert url string to lisp data.

Source

(defgeneric ^wisp-arg (type url-arg)
  (:documentation "Used by url dispatcher to convert url string to lisp data."))
Source Context