Hi, I wonder if there is a way to parse (or not) some fragments of the stream depending on previous parsed elements.
For example, in HTTP, imagine I just want to parse a custom header "X-MyHeader" (which has a specific value format) in case the request method is POST. But in case it's a GET then I just want to store the header raw value. I've never found a way to achieve it, but maybe I miss something :) Thanks a lot. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users
