- 实现了 HTTP 请求转发功能,支持请求头和响应头的完整复制 - 添加了目标 URL 构建逻辑,处理路径和查询参数的正确拼接 - 集成了响应体读取和状态码设置功能 - 实现了 WebSocket 连接的反向代理处理 - 添加了缓存机制用于临时存储主机信息 - 集成了日志记录功能用于错误跟踪和调试 |
||
|---|---|---|
| autoMigrate | ||
| baseGrpc | ||
| db | ||
| excel | ||
| log | ||
| mqtt/client | ||
| pool | ||
| server | ||
| task | ||
| tcp | ||
| utils | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
README.md
Copyright 2021 black1552
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.