Registry / networking / boost-beast

boost-beast

JSON →
library1.90.0vcpkgunverified

Boost beast module

vcpkg install boost-beast
INSTALL
IMPORT
SIG · BOOST-BEAST
B
boost-beast
networkingcppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/beast.hpp
#include <boost/beast.hpp>

Basic usage of Boost.Beast for HTTP/WebSocket

#include <boost/beast.hpp> int main() { boost::beast::string_view sv = "Hello"; return 0; }
Debug
Known issues
gotchaBoost.Beast requires linking against Boost.System and Boost.Asio
fix
Ensure target_link_libraries includes Boost::system and Boost::asio
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

boost-beast — pip install boost-beast · libregistry