diff options
| author | ame <[email protected]> | 2025-08-12 21:54:57 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-08-12 21:54:57 -0500 |
| commit | 432f7792d12dadc3adb605c018176bbc7359b503 (patch) | |
| tree | fac1e35fd470e1c6b3a3bdeb99daf1098b43b64e /src/net/util.h | |
| parent | 5666cbf8830c8b26337eb92f4da434d0d2242dc2 (diff) | |
support percent encoding
Diffstat (limited to 'src/net/util.h')
| -rw-r--r-- | src/net/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/util.h b/src/net/util.h index cfac065..b8bc824 100644 --- a/src/net/util.h +++ b/src/net/util.h @@ -56,3 +56,6 @@ int match_param(char* path, char* match, parray_t* arr); void parse_mimetypes(); int net_error(int fd, int code); + +int percent_decode(str* input, str** _output); + |
