Expand description
Core logic for proxying and routing.
Modules§
- balancer
- Balancer module for load balancing logic. Load balancing logic for distributing traffic across backends.
- health
- Health module for backend monitoring. Health monitoring for backend servers.
- proxy
- Proxy module for TCP tunneling.
- router
- Router module for protocol-based routing.
- tcp
- TCP server implementation.
- types
- Types used across the core module.
- udp
- UDP server implementation.
Structs§
- Refractium
- The main engine for the Refractium proxy.
- Refractium
Builder - A fluent builder for configuring and initializing the
Refractiumengine.