pub async fn spawn_server(
port: u16,
root_dir: impl AsRef<Path>,
) -> Result<ServerHandle, ServerError>Expand description
Spawn an embedded static web server serving root_dir on port (or dynamic port if 0).
pub async fn spawn_server(
port: u16,
root_dir: impl AsRef<Path>,
) -> Result<ServerHandle, ServerError>Spawn an embedded static web server serving root_dir on port (or dynamic port if 0).