diff --git a/router.go b/router.go index 2757977..8632884 100644 --- a/router.go +++ b/router.go @@ -28,6 +28,7 @@ func (router *Router) Route(path string, route Route) { } func (router *Router) ServeHTTP(w http.ResponseWriter, req *http.Request) { + req.ParseForm() defer req.Body.Close() // Allow REST for clients of yore