pathutil

package
Version: v3.3.27+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2021 License: Apache-2.0 Imports: 1 Imported by: 189

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

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.

Types

This section is empty.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL