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

@ -1,6 +1,6 @@
#include "test.h"
#include "lnm/http/router.h"
#include "lnm/http/loop.h"
void test_routing_simple() {
lnm_http_router *router;