You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of an HTTP web server in C++ built on top of the [Boost.Asio Library](http://www.boost.org/doc/libs/1_57_0/doc/html/boost_asio.html).
6
6
It also provides the ability to handle websocket upgrade requests.
7
7
8
-
For full documentation, see [the ROS wiki](http://ros.org/wiki/async_web_server_cpp).
9
-
10
-
[Doxygen](http://docs.ros.org/indigo/api/async_web_server_cpp/html/) files can be found on the ROS wiki.
11
-
12
8
### License
13
9
async_web_server_cpp is released with a BSD license. For full terms and conditions, see the [LICENSE](LICENSE) file.
0 commit comments