Currently only `urlsplit()` and `urljoin()` are implemented, the rest falls back on `urlparse`'s implementations. The first one to be done should be `urlunsplit()`.
Currently only
urlsplit()andurljoin()are implemented, the rest falls back onurlparse's implementations.The first one to be done should be
urlunsplit().