Skip to main content

serve

Function serve 

Source
pub async fn serve(
    bind: SocketAddr,
    db_path: &Path,
    key_file_path: &Path,
    max_body_size: usize,
) -> Result<(), Error>