Functionsยง
- create ๐
- Create requests out of the collected URLs. Returns a vector of valid URLs and errors. Valid URLs are deduplicated, request errors are not deduplicated.
- create_
request ๐ - Create a request from a raw URI.
- create_
uri_ ๐from_ file_ path - Create a URI from a file path
- extract_
credentials ๐ - Extract basic auth credentials for a given URL.
- is_
anchor ๐ - prepend_
root_ ๐dir_ if_ absolute_ local_ link - resolve_
and_ ๐create_ url - Create a URI from a path
- try_
parse_ ๐into_ uri - Try to parse the raw URI into a
Uri.