mirror of
https://github.com/anope/anope.git
synced 2026-07-03 14:23:11 +02:00
Move HTTP types to the HTTP namespace.
This commit is contained in:
@@ -148,9 +148,9 @@ public:
|
||||
Anope::string name;
|
||||
Anope::string id;
|
||||
std::deque<Anope::string> data;
|
||||
HTTPReply &reply;
|
||||
HTTP::Reply &reply;
|
||||
|
||||
Request(HTTPReply &r)
|
||||
Request(HTTP::Reply &r)
|
||||
: reply(r)
|
||||
{
|
||||
}
|
||||
@@ -188,7 +188,7 @@ public:
|
||||
|
||||
const auto &GetMinParams() const { return minparams; }
|
||||
|
||||
virtual bool Run(ServiceInterface *iface, HTTPClient *client, Request &request) = 0;
|
||||
virtual bool Run(ServiceInterface *iface, HTTP::Client *client, Request &request) = 0;
|
||||
};
|
||||
|
||||
struct RPC::Token final
|
||||
|
||||
Reference in New Issue
Block a user