Method: (apply-url-method url-wethod t t)

Source

(defmethod apply-url-method ((url-method url-wethod) args discriminator)
  (apply (dispatch url-method)
	 (map 'list
	      (fn (type arg) (^wisp-arg type arg))
	      discriminator args)))
Source Context