Subpath handler for simplerouter #6

Closed
naslevente wants to merge 3 commits from router-feat into master
naslevente commented 2024-11-07 16:07:52 -05:00 (Migrated from github.com)

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.

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.
lbatuska (Migrated from github.com) approved these changes 2024-11-09 12:53:45 -05:00
lbatuska commented 2024-11-09 12:54:44 -05:00 (Migrated from github.com)

Merged with 68d274c

Merged with 68d274c

Pull request closed

Sign in to join this conversation.