[router] preserve original worker response header in router (#9236)

This commit is contained in:
Simo Lin
2025-08-15 11:01:47 -07:00
committed by GitHub
parent d7e38b2f6d
commit da53e13cbb
4 changed files with 135 additions and 37 deletions

View File

@@ -12,6 +12,7 @@ use std::fmt::Debug;
use crate::openai_api_types::{ChatCompletionRequest, CompletionRequest, GenerateRequest};
pub mod factory;
pub mod header_utils;
pub mod pd_router;
pub mod pd_types;
pub mod router;