Add support for serving jsonp

Jsonp adds a javascript wrapper to json responses.  It allows client
applications to work around cross domain restrictions imposed by some
browsers.  For more information on jsonp:
https://en.wikipedia.org/wiki/JSONP

To get a jsonp response, an application adds a callback url parameter
with the desired name of the wrapper:
https://192.168.252.1/list?callback=my_callback
1 file changed
tree: daeaa08cfebd18ae3386e0bd2850eafdec8341a2
  1. cert.pem
  2. LICENSE
  3. obmc-rest
  4. setup.cfg
  5. setup.py