log src/lib-http/http-request-parser.h @ 23017:c1d36f2575c7 default tip

age author description
Tue, 11 Jul 2017 14:18:47 +0200 Stephan Bosch lib-http: Restructured the header, message, request, and response parsers to have an extensible and consistent API using flags.
Wed, 10 Feb 2016 22:17:07 +0100 Stephan Bosch lib-http: request parser: Added support for explicitly finishing payload of previous request.
Sun, 15 Sep 2013 03:55:57 +0300 Stephan Bosch lib-http: Added support for parsing Expect: header (currently only accepts `100-continue').
Sun, 15 Sep 2013 03:55:11 +0300 Stephan Bosch lib-http: http-request-parser: Added function to test whether payload from previous request is still being parsed.
Sun, 15 Sep 2013 03:54:04 +0300 Stephan Bosch lib-http: Implemented limits on request method and target length.
Sun, 15 Sep 2013 03:50:08 +0300 Stephan Bosch lib-http: Adjusted message and request parsers to return an error code.
Sun, 15 Sep 2013 03:46:12 +0300 Stephan Bosch lib-http: Implemented limits on overall HTTP header size, size of individual header fields and the number of fields in the header.
Sun, 15 Sep 2013 03:44:42 +0300 Stephan Bosch lib-http: Unified http-request.h and http-response.h headers.
Sun, 15 Sep 2013 03:39:45 +0300 Stephan Bosch lib-http: Improved message header and body parsing for better RFC compliance.
Sun, 15 Sep 2013 03:36:44 +0300 Stephan Bosch lib-http: Adjusted message parser to accept pool from caller.
Sun, 15 Sep 2013 03:36:18 +0300 Stephan Bosch lib-http: Adjusted response and request parsers to accept a request/response object to fill with data, rather than have it return one.
Thu, 11 Jul 2013 14:18:42 +0300 Timo Sirainen lib-http: Implemented http-request-parser for HTTP servers.