diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-10-20 22:01:05 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-10-21 23:15:29 +0200 |
| commit | 4dddfd622977f84f0cf41847aec9e728d02bec65 (patch) | |
| tree | 27bc4ceca8cd18bd3583107b2213368134b931f5 /src/main.cc | |
| parent | e8dc8edad7cdf194091f0479b70b154e872f57ef (diff) | |
uri: New module
Decode URI encoded string, validating both hex and that encoded
data is valid UTF-8.
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index 83fd905..d19a434 100644 --- a/src/main.cc +++ b/src/main.cc @@ -7,6 +7,7 @@ #include "logger.hh" #include "looper.hh" #include "signals.hh" +#include "uri.hh" #include "websocket.hh" #include <cerrno> |
