GoDoxy/internal/route
2025-06-14 20:05:11 +08:00
..
provider feat(docker): allow specifying docker network, handle error when no network available 2025-06-14 17:08:07 +08:00
routes refactor(agent): move agent pool to agent package, rename route.Agent() to route.GetAgent() 2025-06-14 20:04:39 +08:00
rules refactor: rename net/types to nettypes 2025-06-08 17:59:48 +08:00
stream feat(idlesleep): support idlesleep for stream routes, rewritten and fixed stream implementation 2025-06-09 22:20:26 +08:00
types feat(net): add option to disable compression 2025-05-28 22:09:25 +08:00
common.go fix: conflict error on load-balanced and excluded routes 2025-06-05 01:16:53 +08:00
fileserver.go refactor(route): unify common fields into routes.go 2025-06-05 18:25:15 +08:00
fileserver_test.go Feat/fileserver (#60) 2025-02-06 18:23:10 +08:00
port_selection.go tweak: improve port and scheme detection 2025-06-03 22:41:31 +08:00
reverse_proxy.go refactor(agent): move agent pool to agent package, rename route.Agent() to route.GetAgent() 2025-06-14 20:04:39 +08:00
route.go feat(agent): allow specifying agent for routes in route files 2025-06-14 20:05:11 +08:00
route_test.go feat(agent): allow specifying agent for routes in route files 2025-06-14 20:05:11 +08:00
stream.go feat(idlesleep): support idlesleep for stream routes, rewritten and fixed stream implementation 2025-06-09 22:20:26 +08:00