#ifndef HTTP_REQUEST_PARSER_H
#define HTTP_REQUEST_PARSER_H
#include "http-request.h"
enum http_request_parse_error {
(recoverable) */
header (recoverable) */
};
enum http_request_parse_flags {
/* Strictly adhere to the HTTP protocol specification */
};
struct http_request_parser *
const struct http_request_limits *limits,
struct http_request_parser *parser,
const char **error_r);
#endif