1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 06:36:40 +02:00

Move HTTP types to the HTTP namespace.

This commit is contained in:
Sadie Powell
2025-05-09 12:36:42 +01:00
parent 8b089ab1a7
commit b76b407b33
42 changed files with 200 additions and 175 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ public:
#endif
}
bool Run(RPC::ServiceInterface *iface, HTTPClient *client, RPC::Request &request) override
bool Run(RPC::ServiceInterface *iface, HTTP::Client *client, RPC::Request &request) override
{
// For both the map type and array type we test that we can handle:
//
@@ -88,7 +88,7 @@ public:
{
}
bool Run(RPC::ServiceInterface *iface, HTTPClient *client, RPC::Request &request) override
bool Run(RPC::ServiceInterface *iface, HTTP::Client *client, RPC::Request &request) override
{
auto &root = request.Root<RPC::Array>();
for (const auto &event : Service::GetServiceKeys(RPC_EVENT))