mirror of
https://github.com/boostorg/beast.git
synced 2026-02-03 22:06:16 +01:00
4104eca1f100caba342a8c2f12ef60b189e0949d
websocket:
* Move echo server to test/
* Fix warnings
* Fix maskgen being uncopyable
* Simplify utf8_checker special member declarations
* Fix stream move assignable when owning the next layer
* Add javadocs for stream special members
* Add stream unit tests
* Move throwing member definitions to the .ipp file
* Use get_lowest_layer in stream declaration
* Perform type checks at each call site instead of constructor
* Demote close_code to a non-class enum:
Otherwise, application specific close codes
cannot be assigned without using static_cast.
core:
* Add streambuf_readstream special members tests
* Add move assignment operator to streambuf_readstream
* Add detail/get_lowest_layer trait
* Add static_string tests
* Move static_string from websocket to core
Beast 
Beast provides implementations of the HTTP and WebSocket protocols built on top of Boost.Asio and other parts of boost.
Requirements:
- Boost
- C++11 or greater
- OpenSSL (optional)
Linking applications with beast:
You need to include the .cpp file src/beast_http_nodejs_parser.cpp
in the build script or Makefile for your program in order to link.
Links:
Please report issues or questions here: https://github.com/vinniefalco/Beast/issues
Description
HTTP and WebSocket built on Boost.Asio in C++11
asioasync-programmingboostboost-librariesc-plus-plus-11cplusplushttphttp-clienthttp-serverlinuxnetworkingosxserverssltlswebsocketwebsocket-clientwebsocket-serverwebsocketswindows
Readme
45 MiB
Languages
C++
96%
C
1.9%
CMake
1.6%
Shell
0.4%