Back

make-service-method (clj)

(source)

function

(make-service-method handler) (make-service-method handler options)
Turns a handler into a function that takes the same arguments and has the same return value as the service method in the HttpServlet class.

Examples