#ifndef HTTP_RESPONSE_PARSER_H
#define HTTP_RESPONSE_PARSER_H
#include "http-response.h"
struct http_header_limits;
struct http_response_parser;
enum http_response_parse_flags {
/* Strictly adhere to the HTTP protocol specification */
};
struct http_response_parser *
const struct http_header_limits *hdr_limits,
#endif