HTTP layer ready for API calls.
This commit is contained in:
parent
202b74367a
commit
3f1eefb131
8 changed files with 198 additions and 11 deletions
|
@ -55,6 +55,8 @@ protected:
|
|||
void onHttpRequest(const HttpRequest &req) override;
|
||||
|
||||
private:
|
||||
int auth(const HttpRequest &req) const;
|
||||
|
||||
Controller *m_controller;
|
||||
HttpServer *m_http;
|
||||
TcpServer *m_server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue