diff options
| author | ame <[email protected]> | 2024-08-26 22:33:07 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-08-26 22:33:07 -0500 |
| commit | d0c7c5b0dd9d20bfc323dc10c67f9de12d58c343 (patch) | |
| tree | 893fe45044ce5869246328f82eca2e7b78f02dd6 /src/net/util.h | |
| parent | fda120441cabfefc511786d7a6af40eec9f181fa (diff) | |
initial param matching
Diffstat (limited to 'src/net/util.h')
| -rw-r--r-- | src/net/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/util.h b/src/net/util.h index d723b6f..ea7c294 100644 --- a/src/net/util.h +++ b/src/net/util.h @@ -45,3 +45,5 @@ void http_code(int code, char* code_det); void client_fd_errors(int client_fd); int content_disposition(str* src, parray_t** _dest); + +parray_t* route_match(parray_t* paths, char* path); |
