Implement a simple HTTP Proxy within Pump.io. Many action handlers require the use of cross domain requests in order to call 3rd party applications. Since cross domain requests are restricted by the browser, applications often implement an HTTP proxy that can be used to call 3rd party applications. Currently the HttpActionHandler is implemented using jQuery which is not sufficient.