http: enclose libevent-dependent code in a namespace

This commit is a no-op to isolate HTTP methods and objects that
depend on libevent. Following commits will add replacement objects
and methods in a new namespace for testing and review before
switching over the server.
This commit is contained in:
Matthew Zipkin
2024-09-30 12:28:54 -04:00
parent 5aa3629b48
commit 89c54ae4cb
8 changed files with 25 additions and 5 deletions

View File

@@ -26,6 +26,8 @@
#include <string>
#include <vector>
using http_libevent::EventBase;
using http_libevent::HTTPRequest;
using util::SplitString;
using util::TrimStringView;