Chrome Remote Interface v0.0.4 ChromeRemoteInterface.HTTP View Source

This module handles communicating with the DevTools HTTP JSON API.

Link to this section Summary

Link to this section Types

Link to this type error_http_response() View Source
error_http_response() :: {:error, any}
Link to this type success_http_response() View Source
success_http_response() :: {:ok, Map.t}

Link to this section Functions