Files
libgit2/tests/util
Edward Thomson 1d7d6ff95a net: introduce http-biased url parsing
Introduce a url parser that defaults to treating poorly specified URLs
as http URLs. For example: `localhost:8080` is treated as
`http://localhost:8080/` by the http-biased url parsing, instead of a
URL with a scheme `localhost` and a path of `8080`..
2023-08-02 21:36:30 +01:00
..
2022-02-27 09:20:58 -05:00
2022-04-06 15:15:26 -04:00