{
  "candy-egg-httpreq": {
    "label": {
      "category": "CANDY EGG http request",
       "method": "Method",
       "path": "Path",
       "account": "Account",
       "return": "Return"
    },
    "setby": "- set by msg.method -",
    "utf8": "a UTF-8 string",
    "binary": "a binary buffer",
    "json": "a parsed JSON object",
    "tip": {
       "in": "The url will be relative to ",
       "res": "The messages sent to this node <b>must</b> originate from an <i>http input</i> node",
       "req": "Tip: If the JSON parse fails the fetched string is returned as-is."
    },
    "errors": {
       "missing-path": "missing path",
       "no-response": "No response object",
       "json-error": "JSON parse error"
    },
    "status": {
       "requesting": "requesting"
    }
  }
}
