# Functions
IsGitTransport returns true if the provided str is a git transport by inspecting the prefix of the string for known protocols used in git.
IsGitURL returns true if the provided str is a git repository URL.
IsTransportURL returns true if the provided str is a transport (tcp, udp, unix) URL.
IsURL returns true if the provided str is an HTTP(S) URL.