feat(lander): support sendind extra attributes as custom headers

This commit is contained in:
Jef Roosens 2023-11-12 14:12:13 +01:00
parent 7fac278ead
commit 70f622d9f3
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 41 additions and 1 deletions

View file

@ -62,4 +62,10 @@ bool lander_remove_entry(event_loop_conn *conn);
bool lander_post_file_lsm(event_loop_conn *conn);
/**
* Parse any custom headers and add them as attributes to the context's LSM
* entry
*/
bool lander_headers_to_attrs(event_loop_conn *conn);
#endif