mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Update compojure.html.markdown
While I'm at it... great work, by the way. The article about Compojure is really helpful. Thanks for that
This commit is contained in:
parent
dda23f5e80
commit
c67cd5bb4b
@ -173,7 +173,7 @@ Or, for POST and PUT requests, form parameters as well
|
||||
|
||||
### Return values
|
||||
|
||||
The return value of a route block determines at least the response body
|
||||
The return value of a route block determines the response body
|
||||
passed on to the HTTP client, or at least the next middleware in the
|
||||
ring stack. Most commonly, this is a string, as in the above examples.
|
||||
But, you may also return a [response map](https://github.com/mmcgrana/ring/blob/master/SPEC):
|
||||
|
Loading…
Reference in New Issue
Block a user