# Functions
NewRouter creates a new Router instance with the given server configurations and strategy type.
# Constants
Least Connection Strategy to get a server using active connections.
Least Average Strategy to get a server.
Simple Round Robin Strategy to get a server.
# Type aliases
No description provided by the author