summaryrefslogtreecommitdiff
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c3
1 files changed, 3 insertions, 0 deletions
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
};