refactor(lander): make index code work with new lnm
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jef Roosens 2024-03-09 21:11:21 +01:00
parent 452e936956
commit 4089570293
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 24 additions and 17 deletions

View file

@ -68,6 +68,8 @@ lnm_http_step_err lander_post_file_secure(lnm_http_conn *conn);
lnm_http_step_err lander_post_index(lnm_http_conn *conn);
lnm_http_step_err lander_post_index_secure(lnm_http_conn *conn);
/**
* Store the requested header as an attribute, if it's present.
*/