Stephen
Results
1
comments of
Stephen
Can actual http response logic be contained inside of `crow::response::end()` function? Like, ```c++ crow::response res; res.response_handler_ = [this, ...] (crow::response&& self) { /* Send HTTP response using 'self' */ //...