feat(lander): serve content-disposition header
This commit is contained in:
parent
6a5b23afaa
commit
b053aa6c93
3 changed files with 20 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue