commit | e09651e628362d1dec6e1f7f94cbe6d2f62e2a67 | [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 16:45:01 2021 +0200 |
tree | 6ed077b5d0e2abc70e063e0d7a36463c89717865 | |
parent | 390f49477159de53d0506cd52bd6ed323febde0a [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. (cherry picked from commit ef08811240fb117b6a8072c346f7136e7dd65220) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>