mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-02-11 06:49:16 +00:00
testing requests from the server
This commit is contained in:
parent
88dce70e9a
commit
59ba94646a
@ -2,7 +2,8 @@ var request = require('request');
|
||||
request(
|
||||
{ method: 'GET'
|
||||
, uri: "http://www.jobsite.co.uk/cgi-bin/advsearch?rss_feed=1&daysback=1&jbe_id=47820652"
|
||||
, gzip: true
|
||||
, gzip: true,
|
||||
timeout: 1500
|
||||
}
|
||||
, function (error, response, body) {
|
||||
// body is the decompressed response body
|
||||
|
Loading…
Reference in New Issue
Block a user