diff options
Diffstat (limited to 'server/src/admin_connection.h')
-rw-r--r-- | server/src/admin_connection.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/admin_connection.h b/server/src/admin_connection.h index c3f70b7..1533d79 100644 --- a/server/src/admin_connection.h +++ b/server/src/admin_connection.h @@ -40,8 +40,7 @@ public: bool handle(const char *data, size_t size); - std::string getResponse(); - headers_t getHeaders(); + void getReply(Httpd::Reply &reply); private: Environment &env; |