current-url

To get the current url in the browser, send:

{
  "name":"current_url",
  "args":[]
}

Response should be:

{
  "response":"http://gastonjs.readthedocs.org/en/latest/"
}