From 0308b0cc9fab95f0f12aa874ae1fcded31d7f573 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 28 Aug 2016 23:23:10 -0400 Subject: add content-type parser --- env.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'env.c') diff --git a/env.c b/env.c index 6b94f0c..77c90f9 100644 --- a/env.c +++ b/env.c @@ -11,6 +11,7 @@ fhp_strings[] = { "HTTP/1.0", "HTTP/1.1", "content-length", + "content-type", "transfer-encoding", "gzip", "x-gzip", @@ -19,6 +20,8 @@ fhp_strings[] = { "compress", "x-compress", "chunked", + "application/x-www-form-urlencoded", + "multipart/form-data", NULL }; -- cgit v1.2.3