feat(lander): support sendind extra attributes as custom headers
This commit is contained in:
parent
7fac278ead
commit
70f622d9f3
2 changed files with 41 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue