feat: provide access to key segments from step
This commit is contained in:
parent
e29e02ff85
commit
9fa009ccf4
6 changed files with 51 additions and 11 deletions
|
|
@ -130,7 +130,7 @@ typedef struct lnm_http_loop_ctx {
|
|||
lnm_http_loop_state state;
|
||||
lnm_http_req req;
|
||||
lnm_http_res res;
|
||||
const lnm_http_route *route;
|
||||
lnm_http_route_match match;
|
||||
lnm_http_step *cur_step;
|
||||
lnm_http_loop_gctx *g;
|
||||
void *c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue