Function: make-url-dispatch

Source

(defun make-url-dispatch (type url dispatch)
  (make-instance type :url url :dispatch dispatch))
Source Context