Files
xahaud/src/websocketpp_02
Mark Travis 496fea5995 Secure gateway:
This is designed for use by proxies in front of rippled. Configured IPs
can forward identifying user data in HTTP headers, including
user name and origin IP. If the user name exists, then resource limits
are lifted for that session. However, administrative commands are still
reserved only for administrative sessions.
2015-12-09 11:25:57 -08:00
..
2015-01-20 09:34:54 -08:00
2015-12-09 11:25:57 -08:00
2015-01-20 09:34:54 -08:00
2015-01-20 09:34:54 -08:00
2015-01-20 09:34:54 -08:00
2015-01-20 09:34:54 -08:00
2015-01-20 09:34:54 -08:00

WebSocket++ is a full featured C++/Boost ASIO implimentation of RFC6455, the 
WebSocket protocol which can be used to build applications that feature 
WebSocket client and server functionality.

   * Fully supports RFC6455 protocol
   * Partial support for Hixie draft 76 and Hybi drafts 7-17
   * Easy to use message/event based API
   * Boost ASIO based asynchronous network core
   * Supports secure WebSockets (TLS) and IPv6
   * Fully passes the AutoBahn 0.4.10 test suite
   * Includes WebSocket performance and stress testing tools 
   * Open-source (BSD license)

For more information, please visit: http://www.zaphoyd.com/websocketpp/ or the
project's github wiki at: https://github.com/zaphoyd/websocketpp/wiki