cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

field filters #15

Open vinniefalco opened 2 years ago

vinniefalco commented 2 years ago

The parser should allow for user-defined filters to ignore fields that are not of interest, by removing them from the input stream.