This module handles communicating with the DevTools HTTP JSON API.
error_http_response() :: {:error, any}
success_http_response() :: {:ok, Map.t}
call(ChromeRemoteInterface.Server.t, String.t) :: success_http_response | error_http_response