From e0b6b017ce80f468499ed60b1b6a95b5218fa814 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 28 Aug 2016 02:49:28 -0400 Subject: add header-value-parser.c --- internal.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 94caebd..e393f4b 100644 --- a/internal.h +++ b/internal.h @@ -198,3 +198,12 @@ typedef enum { FHP_STR_CHUNKED, FHP_STR_LAST } fhp_str_t; + +fhp_err_t +fhp_header_value_parser_init(fhp_t * const); + +fhp_err_t +fhp_header_value_parser_push(fhp_t * const, uint8_t * const, size_t); + +fhp_err_t +fhp_header_value_parser_done(fhp_t * const); -- cgit v1.2.3