package urlutil
import "github.com/moby/buildkit/util/urlutil"
Index ¶
Functions ¶
func RedactCredentials ¶
RedactCredentials takes a URL and redacts username and password from it. e.g. "https://user:password@host.tld/path.git" will be changed to "https://xxxxx:xxxxx@host.tld/path.git".
Source Files ¶
- Version
- v0.10.2
- Published
- Apr 27, 2022
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 1 minute ago –
Tools for package owners.