org.mashupbots.socko.routes
Matches the query string of EndPoints in SockoEvents.
For example, to match http://www.sockoweb.org/do?action=save:
http://www.sockoweb.org/do?action=save
val r = Routes({ case QueryString("action=save") => { ... } })
Matches the query string of EndPoints in SockoEvents.
For example, to match
http://www.sockoweb.org/do?action=save: