rest_dbus: add new route for event subscription

Add a route, '/subscribe', to be able to receive notifications from the
REST server over a websocket.

A client is supposed to create a new websocket by pointing to this route
in the URL. In this commit, the implementation of the route is to just
write a "Connected" message on the websocket.

Change-Id: I38a40b2c17eac3ecdccb131d267baefe20b36572
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
1 file changed
tree: 6117a668364bb30d5ae39be3998c739d975fde19
  1. module/
  2. servers/
  3. LICENSE