Home | History | Annotate | Download | only in http

Lines Matching defs:parseURL

1999 	// parseURL is just url.Parse (url is shadowed for godoc).
2000 if u, err := parseURL(url); err == nil {
2060 // parseURL is just url.Parse. It exists only so that url.Parse can be called
2062 var parseURL = url.Parse