mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 13:41:05 +00:00
Update http.js
This commit is contained in:
parent
89e3704f33
commit
ea6add25ca
|
@ -38,7 +38,7 @@ var AVAILABLE_PROXIES = [
|
||||||
{
|
{
|
||||||
"type": "serp",
|
"type": "serp",
|
||||||
"provider": "librey",
|
"provider": "librey",
|
||||||
"url": "http://localhost:8080/api.php?q={q}&p=1&t=0",
|
"url": "https://serp.catswords.net/api.php?q={q}&p=1&t=0",
|
||||||
"documentation": "https://github.com/Ahwxorg/LibreY"
|
"documentation": "https://github.com/Ahwxorg/LibreY"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1222,7 +1222,7 @@ exports.parseURL = parseURL;
|
||||||
exports.DEFAULT_USER_AGENT = DEFAULT_USER_AGENT;
|
exports.DEFAULT_USER_AGENT = DEFAULT_USER_AGENT;
|
||||||
exports.defaultUserAgent = DEFAULT_USER_AGENT; // compatible
|
exports.defaultUserAgent = DEFAULT_USER_AGENT; // compatible
|
||||||
|
|
||||||
exports.VERSIONINFO = "HTTP REST Client (http.js) version 0.7.38";
|
exports.VERSIONINFO = "HTTP REST Client (http.js) version 0.7.39";
|
||||||
exports.AUTHOR = "abuse@catswords.net";
|
exports.AUTHOR = "abuse@catswords.net";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
exports.require = global.require;
|
exports.require = global.require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user