mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-02 17:41:31 +02:00
The function http_get_authority() may be used to parse a URI and looks for the authority, between the scheme and the path. An option may be used to skip the user info (part before the '@'). Most of time, the user info will be ignored.