muxpatterns icon indicating copy to clipboard operation
muxpatterns copied to clipboard

Sample implementation of enhanced http.ServeMux routing patterns.

Results 2 muxpatterns issues
Sort by recently updated
recently updated
newest added

Would you tag v0.3.1 with SetPathValue ?

I've got the following paths: ``` "POST /{$}" "/local/" "GET /data" ``` Whenever I use an unsupported method on / or on /data I'm getting 404 instead of 405. According...