beast icon indicating copy to clipboard operation
beast copied to clipboard

HTTP and WebSocket built on Boost.Asio in C++11

Results 212 beast issues
Sort by recently updated
recently updated
newest added

head request takes ages. I might be wrong, but I suppose that async_read is waiting for a body, which of course is not there. Simple workaround might be using async_read_header......

Feature
Design
Stale

Errors originating in file implementations (e.g. `file_win32`) need source locations.

We need a json_body sample implementation to elaborate the sketch in https://www.boost.org/doc/libs/develop/libs/beast/doc/html/beast/using_http/custom_body_types.html#beast.using_http.custom_body_types.value_type ```c++ #include struct Body { using value_type = boost::json::value; class reader; class writer; };```

Beast needs a refactoring of its CML to be like JSON and URL. The lib and sources should be in their own project and not have the source tree duplicated...

The tests on s390x (#2389) failed because boost.coroutine doesn't work on s390x. To fix it (#2469) we need to conditionally remove the example targets that depend on coroutine. Both the...

Fix the lack of support we discovered with #2389

Websocket timeout option APIs fix #2449