History log of /dovecot/src/lib-http/http-response-parser.h
Revision Date Author Comments Expand
be90d5399e65511d3161fa5f2063b048a2ee8264 26-Feb-2018 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-http: response parser: Record input stream offset for the start of the last parsed response.

7ebcb054e0d3cc4be54038cbf763ec4189d9725b 11-Jul-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-http: Restructured the header, message, request, and response parsers to have an extensible and consistent API using flags. Extended the test suites with a few cases that test parsing with and without the STRICT flag.

a62fe4b300e2f591e939993aec4cac1e7ae30ad1 12-Oct-2013 Stephan Bosch <stephan@rename-it.nl>

lib-http: Added support for creating CONNECT tunnels through HTTP.

feba5e502b2131c9a1c766b7ef9ff041dbf71d1d 15-Sep-2013 Stephan Bosch <stephan@rename-it.nl>

lib-http: Implemented limits on overall HTTP header size, size of individual header fields and the number of fields in the header.

6a90041707f1290c8970a3bacb0f8f928aeaaba6 15-Sep-2013 Stephan Bosch <stephan@rename-it.nl>

lib-http: Adjusted response and request parsers to accept a request/response object to fill with data, rather than have it return one.

1920ef85b63738a06914e56508049dd0afe38732 10-Jul-2013 Timo Sirainen <tss@iki.fi>

lib-http: Moved struct http_response* to http-response.h Also http-client.h now #includes only http-response.h

7384b4e78eaab44693c985192276e31322155e32 23-Nov-2012 Stephan Bosch <stephan@rename-it.nl>

lib-http: Added initial HTTP client implementation.