(handle-reflect-query [param _] & _)
(macroexpand form)
Fully expands a cljs macro form.
(parse-param path)
Parses the query parameter of a path of the form "/reflect?var=foo" into the vector ["var" "foo"].