haproxy/include/proto
Christopher Faulet 8dd33e13a5 MINOR: http-htx: Support different methods to look for header names
It is now possible to use different matching methods to look for header names in
an HTTP message:

 * The exact match. It is the default method. http_find_header() uses this
   method. http_find_str_header() is an alias.

 * The prefix match. It evals the header names starting by a prefix.
   http_find_pfx_header() must be called to use this method.

 * The suffix match. It evals the header names ending by a suffix.
   http_find_sfx_header() must be called to use this method.

 * The substring match. It evals the header names containing a string.
   http_find_sub_header() must be called to use this method.

 * The regex match. It evals the header names matching a regular expression.
   http_match_header() must be called to use this method.
2020-05-05 11:07:00 +02:00
..
acl.h
action.h
activity.h
applet.h MEDIUM: buffer: remove the buffer_wq lock 2020-02-26 10:39:36 +01:00
arg.h MEDIUM: arg: make make_arg_list() stop after its own arguments 2020-02-14 19:02:06 +01:00
auth.h
backend.h
channel.h MEDIUM: buffer: remove the buffer_wq lock 2020-02-26 10:39:36 +01:00
checks.h CLEANUP: checks: Fix checks includes 2020-04-29 13:32:29 +02:00
cli.h
compression.h
connection.h MINOR: connection: Add a function to install a mux for a health-check 2020-04-27 09:39:38 +02:00
dict.h
dns.h
fcgi-app.h
fd.h CLEANUP: assorted typo fixes in the code and comments 2020-04-17 09:37:36 +02:00
filters.h
flt_http_comp.h
freq_ctr.h BUILD: freq_ctr: proto/freq_ctr needs to include common/standard.h 2020-03-07 06:07:18 +01:00
frontend.h
h1_htx.h
hlua.h
hlua_fcn.h
http_ana.h MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding 2020-02-06 14:55:34 +01:00
http_fetch.h MEDIUM: checks/http-fetch: Support htx prefetch from a check for HTTP samples 2020-05-05 11:06:43 +02:00
http_htx.h MINOR: http-htx: Support different methods to look for header names 2020-05-05 11:07:00 +02:00
http_rules.h MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding 2020-02-06 14:55:34 +01:00
lb_chash.h
lb_fas.h
lb_fwlc.h
lb_fwrr.h
lb_map.h
listener.h
log.h CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00
map.h
mux_pt.h
mworker.h
obj_type.h BUG/MINOR: obj_type: Handle stream object in obj_base_ptr() function 2020-04-27 09:39:38 +02:00
pattern.h CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00
payload.h
peers.h
pipe.h
port_range.h
proto_sockpair.h
proto_tcp.h
proto_udp.h
protocol.h
protocol_buffers.h BUG/MINOR: protocol_buffer: Wrong maximum shifting. 2020-04-02 15:09:46 +02:00
proxy.h CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00
queue.h
raw_sock.h
ring.h
sample.h MINOR: sample: make sample_parse_expr() able to return an end pointer 2020-02-14 19:02:06 +01:00
server.h BUG/MINOR: peers: Incomplete peers sections should be validated. 2020-04-15 10:47:39 +02:00
session.h BUG/MEDIUM: sessions: Always pass the mux context as argument to destroy a mux 2020-04-27 15:53:43 +02:00
shctx.h BUG/MEDIUM: shctx: bound the number of loops that can happen around the lock 2020-05-01 13:32:20 +02:00
signal.h
sink.h CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00
spoe.h
ssl_sock.h MINOR: ssl: Export a generic function to parse an alpn string 2020-04-27 09:39:37 +02:00
stats.h
stick_table.h
stream.h MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` 2020-03-05 20:21:58 +01:00
stream_interface.h BUILD: stream-int: fix a few includes dependencies 2020-03-11 14:15:33 +01:00
task.h CLEANUP: assorted typo fixes in the code and comments 2020-03-14 09:42:07 +01:00
tcp_rules.h
template.h
trace.h
vars.h