Update http.js

This commit is contained in:
Namhyeon Go 2024-09-28 16:44:27 +09:00 committed by GitHub
parent d413cb49b4
commit 8300e1dba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,12 @@ var AVAILABLE_PROXIES = [
"url": "https://www.searchapi.io/api/v1/search?api_key={api_key}&engine={engine}&q={q}", "url": "https://www.searchapi.io/api/v1/search?api_key={api_key}&engine={engine}&q={q}",
"documentation": "https://www.searchapi.io/?via=namhyeon" "documentation": "https://www.searchapi.io/?via=namhyeon"
}, },
{
"type": "serp",
"provider": "librey",
"url": "http://localhost:8080/api.php?q={q}&p=1&t=0",
"documentation": "https://github.com/Ahwxorg/LibreY"
},
{ {
"type": "stateless-jsonrpc2", "type": "stateless-jsonrpc2",
"provider": "gnh1201/caterpillar", "provider": "gnh1201/caterpillar",