Function sozu_lib::http::start_http_worker
source · pub fn start_http_worker(
config: HttpListenerConfig,
channel: ProxyChannel,
max_buffers: usize,
buffer_size: usize
) -> Result<()>Expand description
This is starts an HTTP worker with an HTTP listener config. It activates the Listener automatically.