(response-for ["/foo" (yada "hello")] :get "/foo")
Using yada.response-for
, you can create a response from a bidi route
structure containing yada resources for testing purposes:
(response-for ["/foo" (yada "hello")] :get "/foo")
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close