commit | 9e92d327f7b6351d21ca4707ead8dc9aa914b398 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 26 17:58:06 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 26 18:01:35 2010 +0100 |
tree | 8ee1f9a2a0dc3d2ddce40f6fbc4fcb1e87762e9e | |
parent | 2937c0dd20f2f3c0065b671bbfe3fafcd8862eaf [diff] |
[MINOR] pattern: add support for argument parsers for converters Some converters will need one or several arguments. It's not possible to write a simple generic parser for that, so let's add the ability for each converter to support its own argument parser, and call it to get the arguments when it's specified. If unspecified, the arguments are passed unmodified as string+len.