mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update 21-httprequest.js
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							5b9df6d5f2
						
					
				
				
					commit
					3bc1f69e75
				
			@@ -29,7 +29,7 @@ module.exports = function(RED) {
 | 
			
		||||
        var isTemplatedUrl = (nodeUrl||"").indexOf("{{") != -1;
 | 
			
		||||
        var nodeMethod = n.method || "GET";
 | 
			
		||||
        var paytoqs = n.paytoqs;
 | 
			
		||||
        var nodeHTTPPersistent = n["http-persistent"];
 | 
			
		||||
        var nodeHTTPPersistent = n["persist"];
 | 
			
		||||
        if (n.tls) {
 | 
			
		||||
            var tlsNode = RED.nodes.getNode(n.tls);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user