refactor(http): pass Server & Content-Length as proper headers
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jef Roosens 2023-11-20 22:41:49 +01:00
parent 380605ea08
commit 1587b923c1
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 30 additions and 10 deletions

View file

@ -125,7 +125,9 @@ typedef enum http_header {
http_header_connection = 0,
http_header_location,
http_header_content_type,
http_header_content_disposition
http_header_content_disposition,
http_header_server,
http_header_content_length
} http_header;
typedef enum http_body_type {