Fix return value for resource params
In the example, the param name is "myparam" and the value is "bar", but the output for the value is "myparam"... s/myparam/bar/
This commit is contained in:
committed by
GitHub
parent
3ba3df6baf
commit
8edde476e0
@@ -171,7 +171,7 @@ then, when handling the request:
|
||||
.. code-block:: console
|
||||
|
||||
$ kapow get /request/params/myparam
|
||||
myparam
|
||||
bar
|
||||
|
||||
|
||||
``/request/headers/<name>`` Resource
|
||||
|
||||
Reference in New Issue
Block a user