pub struct FormatDetector;Expand description
格式检测器
Implementations§
Source§impl FormatDetector
impl FormatDetector
Sourcepub fn determine_format(headers: &HeaderMap) -> (StreamFormat, &'static str)
pub fn determine_format(headers: &HeaderMap) -> (StreamFormat, &'static str)
根据 HTTP 标准确定响应格式
Sourcepub fn get_content_type(format: StreamFormat) -> &'static str
pub fn get_content_type(format: StreamFormat) -> &'static str
获取格式对应的 Content-Type
Auto Trait Implementations§
impl Freeze for FormatDetector
impl RefUnwindSafe for FormatDetector
impl Send for FormatDetector
impl Sync for FormatDetector
impl Unpin for FormatDetector
impl UnwindSafe for FormatDetector
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more