tommy87

Results 9 comments of tommy87

Any Progress here?

@lkoeller your code is not working in my application Any solutions for this?

When running the code i get the message: > terminate called after throwing an instance of 'std::runtime_error' > what(): handler already exists for /hello/ This happens when calling the CROW_ROUTE...

After some testing i found a working solution: ``` CROW_ROUTE(app,"/hello").methods(crow::HTTPMethod::Get, crow::HTTPMethod::Put) ([](const crow::request& req){ switch (req.method) { case crow::HTTPMethod::Put: std::cout

i recheck everything and i am using the latest version of crow, including the commit https://github.com/ipkn/crow/commit/b7360a2bacb426401636a1e76e5e713ed0c3b0fc Edit: we using the "crow_all" build. And i will recheck if we maybe have...

But what i don't understand is when looking into the function `void add(const std::string& url, unsigned rule_index)` in file include/crow/routing.h Th exception is thrown in the line ``` if (nodes_[idx].rule_index)...

Today i get the information, that we haven't build the project by ourself. We download the "crow_all.h" from the Release build v1 which is from Sept. 2017 I will build...

How is the progress here? On the roadmap the issue is scheduled to 31.05.2021 which was two weeks ago. Can we aspect a solution soon?

Any Updates here?