Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.
njlg edited this page Jan 14, 2013 · 2 revisions

query is a string that contains the exact string from the query or null.

Example

If the following request was made

GET /test.nut?key1=val1&key2=val2

Then query would contain key1=val1&key2=val2.

Clone this wiki locally