kore/examples
Joris Vink b95b623e72 Allow param blocks to be marked as "querystring"
Before params get would mean querystring and anything else
would just count toward a www-encoded body.

Now you can prefix the params block with "qs" indicating that
those configured parameters are allowed to occur in the query
string regardless of the method used.

This means you can do something like:

params qs:post /uri {
	...
}

to specify what the allowed parameters are in the querystring for
a POST request towards /uri.

inspired by and properly fixes #205.
2018-01-16 18:47:50 +01:00
..
cookies change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
cpp change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
generic change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
headers change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
integers Allow param blocks to be marked as "querystring" 2018-01-16 18:47:50 +01:00
json_yajl kore flavor -> kodev flavor 2017-03-06 23:18:16 +01:00
jsonrpc change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
ktunnel Allow param blocks to be marked as "querystring" 2018-01-16 18:47:50 +01:00
memtag add memory tag example 2017-08-30 11:50:02 +02:00
messaging change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
nohttp change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
parameters Allow param blocks to be marked as "querystring" 2018-01-16 18:47:50 +01:00
pgsql change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
pgsql-sync change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
pipe_task change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
python Allow param blocks to be marked as "querystring" 2018-01-16 18:47:50 +01:00
python-pgsql kore flavor -> kodev flavor 2017-03-06 23:18:16 +01:00
sse change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
tasks Allow param blocks to be marked as "querystring" 2018-01-16 18:47:50 +01:00
tls-proxy change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
upload change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
video_stream change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
websocket change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00