mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 15:01:22 +02:00
docs: unify header to import path for package docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Route
|
||||
# internal/route
|
||||
|
||||
Provides HTTP routing, reverse proxy, file serving, and TCP/UDP stream proxying for GoDoxy.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Route Provider
|
||||
# internal/route/provider
|
||||
|
||||
Discovers and loads routes from Docker containers, YAML files, and remote agents.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Rule Presets
|
||||
# internal/route/rules/presets
|
||||
|
||||
Provides embedded, pre-configured rule sets for common routing patterns.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Stream Handling
|
||||
# internal/route/stream
|
||||
|
||||
Implements TCP and UDP stream proxying for non-HTTP protocols.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user