feat: initial trie routing structure
This commit is contained in:
parent
1f63f06e0c
commit
71cf5a5981
3 changed files with 111 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ typedef enum lnm_err {
|
|||
lnm_err_not_setup,
|
||||
lnm_err_bad_regex,
|
||||
lnm_err_not_found,
|
||||
lnm_err_invalid_route,
|
||||
lnm_err_overlapping_route,
|
||||
} lnm_err;
|
||||
|
||||
typedef struct lnm_loop lnm_http_loop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue