feat: provide access to key segments from step

This commit is contained in:
Jef Roosens 2024-02-23 15:21:23 +01:00
parent e29e02ff85
commit 9fa009ccf4
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 51 additions and 11 deletions

View file

@ -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;