Update http.js

This commit is contained in:
Namhyeon Go 2024-10-08 15:24:24 +09:00 committed by GitHub
parent 89e3704f33
commit ea6add25ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ var AVAILABLE_PROXIES = [
{
"type": "serp",
"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"
},
{
@ -1222,7 +1222,7 @@ exports.parseURL = parseURL;
exports.DEFAULT_USER_AGENT = DEFAULT_USER_AGENT;
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.global = global;
exports.require = global.require;