feat(lander): server content-type header for file entries

This commit is contained in:
Jef Roosens 2023-11-12 14:29:46 +01:00
parent 70f622d9f3
commit c026e13c44
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 41 additions and 6 deletions

View file

@ -68,4 +68,6 @@ bool lander_post_file_lsm(event_loop_conn *conn);
*/
bool lander_headers_to_attrs(event_loop_conn *conn);
bool lander_attrs_to_headers(event_loop_conn *conn);
#endif