Skip to main content

handle_connection

Function handle_connection 

Source
fn handle_connection(
    window_opt: &Option<Arc<WebviewWindow<Wry>>>,
    stream: &mut TcpStream,
) -> Result<()>
Expand description

Handles a single HTTP connection, dispatches based on method and path.