gohttp/server
程广 8d79647018 ```
fix(server): 修复URL主机匹配逻辑并添加测试用例

服务器管理器中的makeMatcher函数现在仅检查URL.Host而不是同时检查req.Host和req.URL.Host,
这解决了无效类型请求的处理问题。同时为strings模块添加了新的测试用例以验证前缀匹配功能,
包括对无效类型输入的测试场景。
```
2026-07-13 09:49:34 +08:00
..
autossl.go chore: update module path to git.kingecg.top 2025-06-26 01:05:19 +08:00
directive.go chore: update module path to git.kingecg.top 2025-06-26 01:05:19 +08:00
manager.go ``` 2026-07-13 09:49:34 +08:00
middleware.go fix problems 2026-07-11 11:38:51 +08:00
middleware_test.go fix test 2025-02-18 09:19:13 +08:00
result.go feat(admin): 添加服务器配置列表接口并优化前端展示 2025-06-15 22:15:45 +08:00
server.go ``` 2026-07-10 07:56:22 +08:00
server_test.go support default file 2025-08-02 13:51:50 +08:00
url.go chore: update module path to git.kingecg.top 2025-06-26 01:05:19 +08:00
url_test.go add parse middleware 2023-12-11 23:46:40 +08:00