Subpath handler for simplerouter #6
Reference in New Issue
Block a user
Delete Branch "router-feat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Default http servemux has a Handle(path string, http.Handler) function which allows handling of entire subpaths. The addition of HandleSubpath does exactly this. It's just a proxy for the RouteGroup's mux's Handle.
Merged with
68d274cPull request closed