go-safeweb
go-safeweb copied to clipboard
Allow users to provide their own router
Currently we mandate people to use http.ServeMux
, but we might want to think about a way to allow people to use their own routers.
Figure out how to interact with other routers (like gorilla).
Routers might bring some security issues with them, this one might be harder than we initially envisioned.