Skip to main content

serve

Function serve 

Source
pub async fn serve(
    pipeline: Pipeline,
    addr: &str,
    keys: Vec<String>,
) -> Result<()>
Expand description

Bind addr and serve until the process is stopped.