summaryrefslogtreecommitdiff
path: root/tests/network/url
Commit message (Collapse)AuthorAgeFilesLines
* url: introduce `git_net_url_matches_pattern_list`Edward Thomson2021-09-011-0/+49
| | | | | | Provide a utility method on a url to determine if it matches any pattern in a comma-separated list, similar to what one would find in `NO_PROXY` environment variables.
* url: introduce `git_net_url_matches_pattern`Edward Thomson2021-09-011-0/+54
| | | | | Provide a method to determine if a given URL matches a host:port pattern like the ones found in `NO_PROXY` environment variables.
* tests: create the network::url test hierarcyEdward Thomson2021-09-013-0/+880