Skip to content

88250/forward-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

forward-proxy

使用 POST 提交代理请求:

{
    "url": "https://github.com", 
    "headers": [
        {
            "User-Agent": ""
        }, 
        {
            "Connection": "close"
        }
    ], 
    "method": "get"
}

响应返回 JSON 格式数据:

{
    "status": 200,
    "contentType": "",
    "body": "...",
    "headers": [
        {"content-type": "text/html;charset=utf-8"},
        {"xxx": "..."}
    ]
}

About

一款简单的 HTTP 正向代理服务。

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published