commit | ef08811240fb117b6a8072c346f7136e7dd65220 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jul 07 10:49:25 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 07 15:34:01 2021 +0200 |
tree | edc7bb8940ba2967ce72f53d1c375c70a0b57fb0 | |
parent | 5b654ad42c7feea2f53eacb02b31d1f5dc9d5c14 [diff] |
MINOR: http: implement http_get_scheme This method can be used to retrieve the scheme part of an uri, with the suffix '://'. It will be useful to implement scheme-based normalization.