diff options
Diffstat (limited to 'url.h')
-rw-r--r-- | url.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -34,14 +34,6 @@ #include <stdbool.h> /* - * Checks that the path can be safely processed. Namely, it should not contain - * "..", which denotes an attempt to get out of the DATA_DIR root folder. - * The path is required. - * The suffix is required but can be an empty string - */ -bool -check_request_path(const char *, const char *); -/* * Encode a string to use in an HTTP context. * Returns NULL in case of error, or the encoded string in case of success. */ |