Want to be able to handle some kind of query parameter like ?refresh=true or something which gets passed to the plugins and instructs them to manually refresh their data.
Also, Steve says for parsing:
[x.split('=') for x in environ['QUERY_STRING'].split('&')]
Want to be able to handle some kind of query parameter like
?refresh=trueor something which gets passed to the plugins and instructs them to manually refresh their data.Also, Steve says for parsing: