摘要:
1 基于reverse proxy实现的反向代理例子 package main import ( "log" "net/http" "net/http/httputil" "net/url" ) func main() { // 地址重写实例 // http://127.0.0.1:8888/tes 阅读全文
posted @ 2020-10-27 10:56
孙龙-程序员
阅读(1405)
评论(0)
推荐(0)