feat(rpc): support jsonp callbacks
This change introduces alternate rendering of text/javascript
JSONP-compatible callback content. The examples/jsonp.html
HTML document can be used to test this functionality against
a running aurweb server.
Signed-off-by: Kevin Morris kevr@0cost.org