Parametrised resources let us customize the behavior of resources at the fine level.
Some examples:
- Use chunk encoding to send body but without any buffering:
kapow set /response/body?stream=on&buffer=off
Related to #72
- Return the list of url parameters as a JSON list:
kapow get /request/params?format=json
Parametrised resources let us customize the behavior of resources at the fine level.
Some examples:
Related to #72