{
  "synLogic": "int $ret \u003d $api();",
  "help": "The ns_url_get_hdr_size returns the header size (in bytes) of the last download response",
  "notes": "",
  "returns": " Returns the header size (in bytes) of the last download response",
  "arguments": "",
  "parameterization": "Standard parameterization is not available for this api",
  "name": "ns_url_get_hdr_size",
  "syntax": "int ns_url_get_hdr_size()",
  "javaSyntax": "int ns_url_get_hdr_size()",
  "jsSyntax": "ns_url_get_hdr_size()",
  "cEx": "flow()\n{\n  int hdrsz;\n  hdrsz \u003d ns_url_get_hdr_size();\n}",
  "javaEx": "public class flow implements NsFlow\n{\n  public int execute(NSApi nsApi) throws Exception\n  {\n    int hdrsz;\n    hdrsz \u003d nsApi.ns_url_get_hdr_size();\n  }\n}",
  "jsEx": "  let hdrsz;\n  hdrsz \u003d nsApi.ns_url_get_hdr_size();\n",
  "insertStrC": "ns_url_get_hdr_size();",
  "insertStrJava": "ns_url_get_hdr_size();",
  "insertStrJs": "ns_url_get_hdr_size();",
  "description": "The ns_url_get_hdr_size returns the header size (in bytes) of the last download response",
  "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)"
      }
    }
  ]
}
