haproxy/include
Willy Tarreau ab813a4b05 REORG: http: move some header value processing functions to http.c
The following functions only deal with header field values and are agnostic
to the HTTP version so they were moved to http.c :

http_header_match2(), find_hdr_value_end(), find_cookie_value_end(),
extract_cookie_value(), parse_qvalue(), http_find_url_param_pos(),
http_find_next_url_param().

Those lacking the "http_" prefix were modified to have it.
2018-09-11 10:30:25 +02:00
..
common REORG: http: move some header value processing functions 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 error codes production and processing 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