1.4.9 • Published 7 years ago

nodehttpwrapper v1.4.9

Weekly downloads
5
License
UNLICENSED
Repository
github
Last release
7 years ago
var cookiejar		= new tough.CookieJar();
HttpProxyAgent		= require('http-proxy-agent');

httpRequest
({
    debug       	: true
    ,url        	: "http://google.com"
    ,agent      	: new HttpProxyAgent( 'http://'+ip.ipAddress+':'+ip.port ) // OR
	//,proxy		: '192.168.1.59' //Best because dectect http or https agent
	//,proxyPort	: 8080
    ,timeout    	: 5000
	,method			: 'POST'
	,cookiejar		: cookiejar //Set the cookies via a cookiejar
	//Setting the cookie via header
    ,headers    	: { 'Accept-Language':'en-US', 'Cookie': 'pmaUser-1=O1Wztglp7FLLwFFj7Jf2LA%3D%3D; pma_lang=en; pma_collation_connection=utf8_general_ci' }
    ,error      	: function(e)
    {
		console.log( e );
    }
	,onData			: function( chunk ){ } //Set for binary Data
    ,success    	: function( data, responseHeaders, cookiejar )
    {

	}
});

##All Options

debug : true url : "http://google.com" agent : new HttpProxyAgent( 'http://'+ip.ipAddress+':'+ip.port ) // OR proxy : '192.168.1.59' //Best because dectect http or https agent proxyPort : 8080 timeout : 5000 method : 'POST' cookiejar : cookiejar //Set the cookies via a cookiejar headers : { 'Accept-Language':'en-US', 'Cookie': 'pmaUser-1=O1Wztglp7FLLwFFj7Jf2LA%3D%3D; pma_lang=en; pma_collation_connection=utf8_general_ci' } error : function(e) onData : function( chunk ){ } //Set for binary Data success : function( data, responseHeaders, cookiejar )

1.4.9

7 years ago

1.4.8

7 years ago

1.4.7

7 years ago

1.4.6

8 years ago

1.4.5

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.11

8 years ago

1.2.10

8 years ago

1.2.9

8 years ago

1.2.8

8 years ago

1.2.7

8 years ago

1.2.6

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago