From 4dddfd622977f84f0cf41847aec9e728d02bec65 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 20 Oct 2025 22:01:05 +0200 Subject: uri: New module Decode URI encoded string, validating both hex and that encoded data is valid UTF-8. --- src/main.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cc') 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 -- cgit v1.2.3-70-g09d2