URL path using Gorilla Mux or Httprouter?

If it you want work with static files, there are a example on the repository to work with it, here:
https://github.com/gorilla/mux#static-files

To set the methods to your “handlers” puts this on the final, Methods("POST")
https://github.com/gorilla/mux#walking-routes

see the examples