Glyn Matthews
-
2007-12-11
- labels: --> HTTP
In one of our implementation for request/response parsers (closed source :-() we had used ability to automatic assignment of concrete parsers to concrete headers. This allow us to check correctness of corresponding headers, and automatically parse data when accessing to them.
For example - Date parser, Cookie parser, etc.