mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 13:16:05 +00:00
Update http.js
This commit is contained in:
parent
65d5ee120b
commit
08b10b4e4a
|
@ -41,6 +41,12 @@ var AVAILABLE_PROXIES = [
|
||||||
"url": "https://serp.catswords.net/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"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "serp",
|
||||||
|
"provider": "invidious",
|
||||||
|
"url": "https://invidious.example.org/api/v1/search?q={q}",
|
||||||
|
"documentation": "https://docs.invidious.io/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "stateless-jsonrpc2",
|
"type": "stateless-jsonrpc2",
|
||||||
"provider": "gnh1201/caterpillar",
|
"provider": "gnh1201/caterpillar",
|
||||||
|
@ -1222,7 +1228,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.39";
|
exports.VERSIONINFO = "HTTP REST Client (http.js) version 0.7.40";
|
||||||
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