Vinnie Falco 4bbf393e38 Tidy up declarations and files:
* Adjust formatting
* Fix inline namespace warning in main.cpp
* Fix streambuf op ambiguous variadic constructor
* Rename variables for clarity
2017-07-20 08:12:06 -07:00
2017-07-20 08:12:05 -07:00
2017-07-20 08:12:06 -07:00
2017-07-20 08:01:46 -07:00
2017-07-20 08:12:05 -07:00
2017-07-20 08:12:05 -07:00
2017-07-20 08:12:05 -07:00

Beast Build Status codecov

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
Readme 43 MiB
Languages
C++ 95.8%
C 2%
CMake 1.5%
Shell 0.4%
Dockerfile 0.2%