Documentation
¶
Overview ¶
Package proxy provides dynamic routing capabilities for HTTP servers.
This file contains the implementation of a dynamic router that allows changing the HTTP handler at runtime in a thread-safe manner. It is particularly useful for proxy servers that need to update their routing logic wihtout restarting the server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDynamicRouter ¶
func NewDynamicRouter() *dynamicRouter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.