Consider a better HTTP muxer/router #16
Closed
jessepeterson
started this conversation in
Technical
Replies: 1 comment
-
We actually switched to flow in c2b2fdb. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
http.ServeMux gets unwieldy with a large amount of routes. We sort of hobble along by using our our http.MethodMux but to consider something tiny and idiomatic like flow. I think would necessitate rewriting the middleware away from the stdlib to the common 3rd party Go muxer middleware pattern of
func(http.Handler) http.Handler
.Beta Was this translation helpful? Give feedback.
All reactions