crow icon indicating copy to clipboard operation
crow copied to clipboard

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)

Results 115 crow issues
Sort by recently updated
recently updated
newest added

when create socket using [asio::ip::tcp::socket(*(req.io_service)); ] ,but sokect send data return [Bad file descriptor]

make error: make[2]: *** No rule to make target '/usr/lib/libtcmalloc_minimal.so', needed by 'examples/example'. Stop. CMakeFiles/Makefile2:292: recipe for target 'examples/CMakeFiles/example.dir/all' failed make[1]: *** [examples/CMakeFiles/example.dir/all] Error 2 Makefile:97: recipe for target 'all'...

The hello world is too basic, any example source code to build a real web server? Are there any Crow discussion mailing list or forum?

This is just to notify anyone interested in Crow that it is being maintained by @mrozigor and myself [here](https://github.com/CrowCpp/crow.git). We've added many features and fixes (even released a new version),...

_Hi when i run my script i got this_ **_error_**: ``` /usr/local/include/crow/middleware.h: In instantiation of ‘typename std::enable_if::type crow::detail::wrapped_handler_call(crow::request&, crow::response&, const F&, Args&& ...) [with F = main()::; Args = {};...

I would like to make an api call inside the project. And response of that call will be used as for some other work. Here is the equivalent curl request...

Hi, I have prepared comparison of 6 popular C++ REST frameworks, including this one. Hope you will find it useful. https://github.com/guteksan/REST-CPP-benchmark

http://en.cppreference.com/w/cpp/string/byte/strcat https://github.com/ipkn/crow/blob/master/include/json.h#L289 `throw std::runtime_error(strcat("expected number, got: ", get_type_str(t())));` Passing a literal into strcat destination is undefined behaviour.

how to judge URL exist or not