summaryrefslogtreecommitdiff
path: root/include/haproxy/http.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: http_fetch: add case insensitive support for smp_fetch_url_paramMartin DOLEZ2023-03-301-2/+2
* MINOR: http: extract content-length parsing from H2Amaury Denoyelle2022-12-141-0/+2
* MINOR: http: Add function to detect default portChristopher Faulet2022-07-061-0/+1
* MINOR: http: Add function to get port part of a hostChristopher Faulet2022-07-061-0/+1
* MINOR: http: add a new function http_validate_scheme() to validate a schemeWilly Tarreau2021-08-171-0/+1
* MINOR: http: use http uri parser for pathAmaury Denoyelle2021-07-081-1/+1
* MINOR: http: use http uri parser for authorityAmaury Denoyelle2021-07-081-1/+1
* MINOR: http: use http uri parser for schemeAmaury Denoyelle2021-07-081-1/+1
* MINOR: http: implement http uri parserAmaury Denoyelle2021-07-081-0/+36
* MINOR: http: implement http_get_schemeAmaury Denoyelle2021-07-071-0/+1
* MINOR: http: Add helper functions to trim spaces and tabsRemi Tricot-Le Breton2020-12-241-0/+3
* MINOR: http: Add etag comparison functionRemi Tricot-Le Breton2020-10-221-0/+2
* MINOR: http: Add `enum etag_type http_get_etag_type(const struct ist)`Tim Duesterhus2020-10-221-0/+21
* CLEANUP: include: don't include stddef.h directlyWilly Tarreau2020-06-111-1/+1
* REORG: include: split common/http.h into haproxy/http{,-t}.hWilly Tarreau2020-06-111-0/+115