package pathutil
import "github.com/coreos/etcd/pkg/pathutil"
Index ¶
Functions ¶
func CanonicalURLPath ¶
CanonicalURLPath returns the canonical url path for p, which follows the rules: 1. the path always starts with "/" 2. replace multiple slashes with a single slash 3. replace each '.' '..' path name element with equivalent one 4. keep the trailing slash The function is borrowed from stdlib http.cleanPath in server.go.
Source Files ¶
- Version
- v2.2.5+incompatible
- Published
- Feb 1, 2016
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 49 seconds ago –
Tools for package owners.