1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 01:34:19 +02:00

Merge pull request #762 from matthiasn/patch-2

Update compojure.html.markdown
This commit is contained in:
Levi Bostian
2014-09-12 13:15:06 -05:00

View File

@@ -173,7 +173,7 @@ Or, for POST and PUT requests, form parameters as well
### Return values ### 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 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. 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): But, you may also return a [response map](https://github.com/mmcgrana/ring/blob/master/SPEC):