{
  "synLogic": "int $ret \u003d $api();",
  "help": "The ns_url_get_resp_size returns the size (in bytes) of the last download response, including the header",
  "notes": "",
  "returns": " Returns the size (in bytes) of the last download response",
  "arguments": "",
  "parameterization": "Standard parameterization is not available for this api",
  "name": "ns_url_get_resp_size",
  "syntax": "int ns_url_get_resp_size()",
  "javaSyntax": "int ns_url_get_resp_size()",
  "jsSyntax": "ns_url_get_resp_size()",
  "cEx": "flow()\n{\n  int respsz;\n  respsz \u003d ns_url_get_resp_size();\n}",
  "javaEx": "public class flow implements NsFlow\n{\n  public int execute(NSApi nsApi) throws Exception\n  {\n    int respsz;\n    respsz \u003d nsApi.ns_url_get_resp_size();\n  }\n}",
  "jsEx": "  let respsz;\n  respsz \u003d nsApi.ns_url_get_resp_size();\n",
  "insertStrC": "ns_url_get_resp_size();",
  "insertStrJava": "ns_url_get_resp_size();",
  "insertStrJs": "ns_url_get_resp_size();",
  "description": "The ns_url_get_resp_size returns the size (in bytes) of the last download response, including the header",
  "component": [
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Return Variable",
      "labelVarCheckbox": "",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter return variable",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "validate": {
        "inputType": "Text",
        "required": true,
	"method":"isValidVar(arg)"
      }
    }
  ]
}
