refactor(lander): fully integrate new lnm framework router
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
44ba4b053e
commit
94da7584aa
4 changed files with 77 additions and 38 deletions
|
|
@ -43,8 +43,12 @@ lnm_http_step_err lander_get_entry(lnm_http_conn *conn);
|
|||
|
||||
lnm_http_step_err lander_post_redirect(lnm_http_conn *conn);
|
||||
|
||||
lnm_http_step_err lander_post_redirect_secure(lnm_http_conn *conn);
|
||||
|
||||
lnm_http_step_err lander_post_paste(lnm_http_conn *conn);
|
||||
|
||||
lnm_http_step_err lander_post_paste_secure(lnm_http_conn *conn);
|
||||
|
||||
lnm_http_step_err lander_stream_body_to_entry(lnm_http_conn *conn);
|
||||
|
||||
lnm_http_step_err lander_post_redirect_body_to_attr(lnm_http_conn *conn);
|
||||
|
|
@ -53,6 +57,8 @@ lnm_http_step_err lander_remove_entry(lnm_http_conn *conn);
|
|||
|
||||
lnm_http_step_err lander_post_file(lnm_http_conn *conn);
|
||||
|
||||
lnm_http_step_err lander_post_file_secure(lnm_http_conn *conn);
|
||||
|
||||
/**
|
||||
* Store the requested header as an attribute, if it's present.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue