]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: implement http_get_scheme
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 7 Jul 2021 08:49:25 +0000 (10:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Jul 2021 13:34:01 +0000 (15:34 +0200)
commitef08811240fb117b6a8072c346f7136e7dd65220
treeedc7bb8940ba2967ce72f53d1c375c70a0b57fb0
parent5b654ad42c7feea2f53eacb02b31d1f5dc9d5c14
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.
include/haproxy/http.h
src/http.c