We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc3097 commit 16a452eCopy full SHA for 16a452e
http/http.hpp
@@ -241,7 +241,6 @@ namespace Lambda {
241
std::string to_string() const;
242
};
243
244
- // todo: add serve context to request
245
struct Request {
246
Net::RemoteAddress remote_addr;
247
Method method;
server/server.hpp
@@ -18,8 +18,6 @@ namespace Lambda {
18
size_t max_body_size = 10 * 1024 * 1024;
19
20
21
- class ServeContext;
22
-
23
class Server {
24
protected:
25
HandlerFn m_handler_fn;
0 commit comments