* pass url parameters through context.Context * fix url param names without colon prefix * change context params to vars * replace url vars in tests using new api * rename vars to params * add some comments * rename seturlvars to seturlparams
Makes the panic go away. Otherwise I get a reflect: call of reflect.Value.Interface on zero Value
* remove macaron.Request, use http.Request instead * remove com dependency from bindings module * fix another c.Req.Request