globutil

package
v0.48.1 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type URL

type URL struct {
	Scheme string
	Host   string
	Path   string
}

func ParseBucketURL

func ParseBucketURL(path string) (*URL, error)

ParseBucketURL parses a URL while preserving glob patterns in the URL's path. For example, url.Parse removes `?` as a query string, which is problematic because `?` is a valid character in glob patterns.

func (*URL) String added in v0.48.0

func (u *URL) String() string

Jump to

Keyboard shortcuts

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