forward-proxy

command module
v0.0.0-...-3489e7f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2023 License: GPL-3.0 Imports: 10 Imported by: 0

README

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": "..."}
    ]
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL