docs: unify header to import path for package docs

This commit is contained in:
yusing
2026-02-18 03:25:32 +08:00
parent 7baf0b6fe5
commit 20695c52e8
47 changed files with 56 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
# Route
# internal/route
Provides HTTP routing, reverse proxy, file serving, and TCP/UDP stream proxying for GoDoxy.

View File

@@ -1,4 +1,4 @@
# Route Provider
# internal/route/provider
Discovers and loads routes from Docker containers, YAML files, and remote agents.

View File

@@ -1,4 +1,4 @@
# Route Rules
# internal/route/rules
Implements a rule engine for HTTP request/response processing, enabling conditional routing, header manipulation, authentication, and more.

View File

@@ -1,4 +1,4 @@
# Rule Presets
# internal/route/rules/presets
Provides embedded, pre-configured rule sets for common routing patterns.

View File

@@ -1,4 +1,4 @@
# Stream Handling
# internal/route/stream
Implements TCP and UDP stream proxying for non-HTTP protocols.