{
  "synLogic": "int $ret \u003d $api();",
  "help": "The ns_url_get_body_size returns the size (in bytes) of the last download response, excluding the header",
  "notes": "",
  "returns": "int",
  "arguments": "",
  "parameterization": "Standard parameterization is not available for this api",
  "name": "ns_url_get_body_size",
  "syntax": "int ns_url_get_body_size()",
  "javaSyntax": "int ns_url_get_body_size()",
  "jsSyntax": "ns_url_get_body_size()",
  "cEx": "flow()\n{\n  int bdysz;\n  bdysz \u003d ns_url_get_body_size();\n}",
  "javaEx": "public class flow implements NsFlow\n{\n  public int execute(NSApi nsApi) throws Exception\n  {\n    int bdysz;\n    bdysz \u003d nsApi.ns_url_get_body_size();\n  }\n}",
  "jsEx": "  let bdysz;\n  bdysz \u003d nsApi.ns_url_get_body_size();\n",
  "insertStrC": "ns_url_get_body_size();",
  "insertStrJava": "ns_url_get_body_size();",
  "insertStrJs": "ns_url_get_body_size();",
  "description": "The ns_url_get_body_size returns the size (in bytes) of the last download response, excluding the header",
  "component":
    [
	{
		"id": "$ret",
		"type": "TextField",
		"label": "Return Variable",
		"labelVarCheckbox":"",
		"value": "",
		"css": "p-grid p-align-center w-100-p",
		"title": "First character must be Alpha.\r\nOther characters are Alpha, Numeric or Underscore",
		"placeHolder": "",
		"style": "",
		"isDisabled": "",
		"validate": {
			"inputType": "Text",
			"pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,63}$",
        		"required": true,
        		"method": "isValidVar(arg)"
		}
	}
  ] 
}
