hi - is there a standard http4k pattern to route o...
# http4k
j
hi - is there a standard http4k pattern to route on supplied parameters? so - if the client supplies 'q' i want to invoke handler query(), if they supply "lat" & "long" i want to invoke handler geo() and etc etc....