0.0.3 • Published 7 years ago

crawler.proxy v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

爬虫代理

负责爬虫的代理更换

接口

  1. 代理列表信息
  • 类型 get
  • 返回值JsonSchema
    {
        "type":"object",
        "description":"爬虫代理的数据结构",
        "properties":{
            "key":{"type":"string","title":"节点唯一标识"},
            "ip":{"type":"string","title":"IP"},
            "port":{"type":"number","title":"端口"}
        }
    }
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago