diff options
Diffstat (limited to 'src/plugins/http/http.h')
-rw-r--r-- | src/plugins/http/http.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/http/http.h b/src/plugins/http/http.h index da74459794c..d18b057de19 100644 --- a/src/plugins/http/http.h +++ b/src/plugins/http/http.h @@ -83,7 +83,8 @@ typedef enum http_msg_type_ _ (TEXT_HTML, "text/html") \ _ (TEXT_CSS, "text/css") \ _ (TEXT_JS, "text/javascript") \ - _ (TEXT_JSON, "application/json") + _ (APP_JSON, "application/json") \ + _ (APP_OCTET_STREAM, "application/octet-stream") typedef enum http_content_type_ { |