Clean URLs Library
Parameters
| now | undefined |
|---|---|
| user | vezquex |
| topping | pepperoni |
Mess with the URL to change parameters.
| now | undefined |
|---|---|
| user | vezquex |
| topping | pepperoni |
Mess with the URL to change parameters.
import('lib-clean-urls')
function get_user()
{
printp('Hello, ', SPAN(request.params.user),
'! I see you\'re here to eat a ', SPAN(request.params.topping) ,' pizza.')
if(request.params.now)
example.push(P('Your pizza will be made right away.'))
}
cleanDispatch()
Hello, vezquex! I see you're here to eat a pepperoni pizza.
Your pizza will be made right away.