Module loader

Source
Expand description

High-level entry-point – “turn the key and go”.

The FoxyLoader consumes configuration, builds the predicate-router, wires up the filter graph and returns a single ProxyCore ready to be passed into [ProxyServer::serve].

Structs§

Foxy
Main Foxy struct that holds the initialized proxy.
FoxyLoader
Builder for initializing and configuring Foxy.

Enums§

LoaderError
Errors that can occur during Foxy initialization.