feat(lander): serve content-disposition header

This commit is contained in:
Jef Roosens 2023-11-12 16:35:55 +01:00
parent 6a5b23afaa
commit b053aa6c93
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 20 additions and 2 deletions

View file

@ -124,7 +124,8 @@ extern const char *http_header_names[];
typedef enum http_header {
http_header_connection = 0,
http_header_location,
http_header_content_type
http_header_content_type,
http_header_content_disposition
} http_header;
typedef enum http_body_type {