Some clean-ups

This commit is contained in:
Alex Hultman
2018-09-15 05:31:42 +02:00
parent eee6e97fda
commit 883bdfe7d7
11 changed files with 41 additions and 53 deletions
-3
View File
@@ -11,18 +11,15 @@ struct HttpRequest;
template <bool SSL>
struct HttpContextData {
private:
public:
struct UserData {
HttpResponse<SSL> *httpResponse;
HttpRequest *httpRequest;
};
HttpRouter<UserData *> router;
};
}