haproxy/include
Willy Tarreau 6b952c8101 REORG: http: move http_get_path() to http.c
This function is purely HTTP once http_txn is put aside. So the original
one was renamed to http_txn_get_path() and it extracts the relevant offsets
from the txn to pass them to http_get_path(). One benefit of the new version
is that it returns the length at the same time so that allowed to slightly
simplify http_get_path_from_string() which had to look up the end pointer
previously and which is not needed anymore.
2018-09-11 10:30:25 +02:00
..
common REORG: http: move http_get_path() to http.c 2018-09-11 10:30:25 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto REORG: http: move http_get_path() to http.c 2018-09-11 10:30:25 +02:00
types REORG: http: move the HTTP semantics definitions to http.h/http.c 2018-09-11 10:30:25 +02:00