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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user