refactor(http): pass Server & Content-Length as proper headers
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
380605ea08
commit
1587b923c1
3 changed files with 30 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue