http hsa: use octet-stream content type for tps

Type: improvement

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I925618e426b325f4fafb9ed39a2d7c2d7c7b38f3
This commit is contained in:
Florin Coras
2022-02-22 18:18:47 -08:00
committed by Dave Barach
parent 4df1d35132
commit 1b026cb028
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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_
{