pub async fn start_with_auth_and_latency(
port: u16,
spec_path: Option<String>,
options: Option<ValidationOptions>,
auth_config: Option<AuthConfig>,
latency_profile: Option<LatencyProfile>,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description
Start HTTP server with authentication and latency support