-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Description
I always find it tedious to use httputil.ReverseProxy
because you usually need a *url.URL
and you can't make one easily without a few lines of boilerplate.
Proposal: add url.MustParse
like regexp.MustCompile, template.Must, etc.
(Alternatively: a generic must.Do
somewhere in std)
cc @neild
neild, dsnet, josharian, icholy, earthboundkid and 37 moreearthboundkid and mdwhatcott
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Incoming