sitemule / ILEastic

Embedded application server for ILE on IBM i
Apache License 2.0
58 stars 29 forks source link

Add function to get a list of all query values for a specific key #23

Open m1h43l opened 5 years ago

m1h43l commented 5 years ago

We need a function which returns a list (or in worst case an array) of query string values.

http://localhost/postalcodes?id=32423&id=32425&id=32429&city=Minden&country=Germany

Function suggestion:

list  il_getParmList(request : 'id');

or

array  il_getParmList(request : 'id');