aboutsummaryrefslogtreecommitdiff
path: root/src/net/util.h
diff options
context:
space:
mode:
authorame <[email protected]>2024-08-26 22:33:07 -0500
committerame <[email protected]>2024-08-26 22:33:07 -0500
commit6cbc0f817066b8bbab84a9be466223652b628d42 (patch)
tree893fe45044ce5869246328f82eca2e7b78f02dd6 /src/net/util.h
parent7a15e796e8789b51a459af7fe890e02a416e1fc7 (diff)
initial param matching
Diffstat (limited to 'src/net/util.h')
-rw-r--r--src/net/util.h2
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);