Closed vito closed 2 years ago
As discussed in #143: if an action matches the http.HandlerFunc signature, use it directly. Route parameters are available in r.URL.Query(), and a test covers that as well.
http.HandlerFunc
r.URL.Query()
Let me know if anything else is needed here!
This. is. awesome. Thanks Alex!!
Code looks great. Also cool to see how few changes you made to add this feature.
Really nice work! 👏
As discussed in #143: if an action matches the
http.HandlerFunc
signature, use it directly. Route parameters are available inr.URL.Query()
, and a test covers that as well.Let me know if anything else is needed here!