]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: date converter takes HTTP date and output an UNIX timestamp
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 14 Jun 2024 07:38:14 +0000 (09:38 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 20 Jun 2024 14:38:48 +0000 (16:38 +0200)
commit5756f10cbcf0cb4108e2ef2463bdc21682213db4
tree67589b853451c28892a5483477f1fab155710e63
parent937324d493eefb54d2f68820a9afcf5cfd66bdf5
MINOR: sample: date converter takes HTTP date and output an UNIX timestamp

The `date` converter takes an HTTP date in input, it could be either a
imf, rfc850 or asctime date. It will output an UNIX timestamp.
doc/configuration.txt
src/http_conv.c