restbed icon indicating copy to clipboard operation
restbed copied to clipboard

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.

Results 109 restbed issues
Sort by recently updated
recently updated
newest added

Would you mind to drop a line that is possible that instead of doing for the build clang++ -o example example.cpp -l restbed -l ssl -l crypt You should use...

Hi, I'm using Restbed library and I find it very simple to use and so useful, thanks for the great work! However I'm currently building it from sources in my...

Since the license doesn't have the OpenSSL exception and [OpenSSL license is incompatible with (A)GPL](https://en.wikipedia.org/wiki/OpenSSL#Licensing) do I really need to buy a license just so I can distribute any builds...

Hello, I have installed restbed, following these instructions [https://github.com/corvusoft/restbed](url). Installation ok, no error reported. When I compile the example, I got "fatal error: restbed: No such file or directory" at...

I tried to build and run a program with `-fsanitize=cfi` (and `-flto=thin -fvisibility=hidden -fno-sanitize-trap=cfi`) according to the [clang documentation](https://clang.llvm.org/docs/ControlFlowIntegrity.html). So with this option, all class are by default hidden. According...

the win32 option added to CMakeLists.txt is only for msvc that cause build fail with gcc on windows if ( WIN32 ) add_definitions( -DWIN_DLL_EXPORT ) set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4251" )...

We plan on releasing Restbed 5 with a minimum standard set to C++17. Please discuss any objections to this move.

discussion

Is anyone else experiencing a memleak? I am testing with around 3000 connections within ~15 minutes and memory slowly builds up. I am using only http async calls from the...

bug

I think there has been a problem merging https://github.com/Corvusoft/restbed/pull/309 and was then forget to add an out of the box support to cookie.

[ 0%] Building CXX object CMakeFiles/restbed-static.dir/source/corvusoft/restbed/detail/http_impl.cpp.o In file included from /home2/wangzhe/docker_restful/resource/StringMatch/test/restbed/source/corvusoft/restbed/detail/http_impl.cpp:16:0: /home2/wangzhe/docker_restful/resource/StringMatch/test/restbed/source/corvusoft/restbed/request.hpp:101:43: error:‘std::enable_if_t’ is not been decleared my gcc version is 8.3.0