]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: samples: adds the bytes converter.
authorEmeric Brun <ebrun@haproxy.com>
Mon, 3 Nov 2014 14:32:43 +0000 (15:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Nov 2014 16:44:02 +0000 (17:44 +0100)
commit54c4ac8417aeb8735a0a07952a8ba563ed4e62b5
tree1419340236ab1c859c0961a3f0ee9f253b935e1f
parent0f30d26dbf74c21bce9a4d216dd868dc4d84d324
MINOR: samples: adds the bytes converter.

bytes(<offset>[,<length>])
  Extracts a some bytes from an input binary sample. The result is a
  binary sample starting at an offset (in bytes) of the original sample
  and optionnaly truncated at the given length.
doc/configuration.txt
src/sample.c