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`..
Showing
tests/util/url/http.c
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment