package pathutil

import "go.etcd.io/etcd/client/pkg/v3/pathutil"

Package pathutil implements utility functions for handling slash-separated paths.

Index

Functions

func CanonicalURLPath

func CanonicalURLPath(p string) string

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

path.go

Version
v3.5.18 (latest)
Published
Jan 24, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
5 days ago

Tools for package owners.