# Functions
No description provided by the author
NewURLBuilder creates a new URLBuilder with the given options.
WithBasePath sets the base path of the URL.
WithListQueryParam adds the query parameter multiple times to the URL.
WithPathElement adds a path element to the URL.
WithQueryParam adds a query parameter to the URL.
# Structs
URLBuilder struct to hold the components of the URL.
# Type aliases
Option type for functional options.