sgl-router: experimental Rust HTTP router for SGLang worker pools (#25851)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
aae04b1241
commit
6e8fe176be
@@ -0,0 +1,14 @@
|
||||
// SPDX-FileCopyrightText: Copyright (c) 2026 The SGLang Authors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
//! Component-scope integration tests.
|
||||
//!
|
||||
//! Each submodule exercises a single library component (policy, registry,
|
||||
//! discovery, health, tokenizer) via the crate's public API. None of these
|
||||
//! tests spin up the full HTTP router; for those see `tests/proxy/`.
|
||||
|
||||
mod discovery;
|
||||
mod health;
|
||||
mod policies;
|
||||
mod tokenizer;
|
||||
mod workers;
|
||||
Reference in New Issue
Block a user