Method: (^wisp-arg t t)

Documentation

Default converstion from url-string to lisp data is the url-string itself.

Source

(defmethod ^wisp-arg ((type t) url-arg)
  "Default converstion from url-string to lisp data is the url-string itself."
  url-arg)
Source Context