main
lib-http: Add fuzzer dicts for new fuzzers
lib-http: Add http request parser fuzzer
lib-http: Add http response parser fuzzer
COPYING: Simplify and standardize copyright handling
lib-http auth: Implemented cloning/copying of credentials struct.
lib-http: Document why client response parser is lenient
lib-http: Count lock and ioloop wait statistics beginning when request is queued
global: Fix spelling
lib-http: Create http-common.h, which contains global definitions shared by client and server.
Add HTTP date parsing support.
lib-http: Reject bare LF as line terminator in strict mode
lib-http: Restructured the header, message, request, and response parsers to have an extensible and consistent API using flags.
lib-http: rename http_header_field.key to name
lib-http: message parsers: Record beginning of parsed data.
lib-http: Implemented HTTP auth (RFC 7235).
global: Remove stray whitespaces
global: unsigned int:1 -> bool:1
lib-http: Use time_add_secs() for Retry-After parsing
lib-http: response parser: Record input stream offset for the start of the last parsed response.
lib-http: response: Add convenience functions for status evaluation.
lib-http: http_server_init() - Use settings struct pointer from arguments
lib: istream - Make istreams declare the istreams they read
lib-http: http-server - Add global request_finished() callback
lib-http: http-url - Preserve significant path percent encoding through parse and create