package
0.2.13
Repository: https://github.com/thegeeklab/url-parser.git
Documentation: pkg.go.dev

# Functions

Fragment prints out the fragment part from the url.
Host prints out the host part from the url.
Password prints out the password part from url.
Path prints out the path part from url.
PathFlags defines flags for path subcommand.
Port prints out the port from the url.
Query prints out the query part from url.
QueryFlags defines flags for query subcommand.
Run default command and print out full url.
Scheme prints out the scheme part from the url.
User prints out the user part from url.