/*******************************************************************************
*
* Copyright (c) 2026 Haixing Hu.
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0.
*
******************************************************************************/
//! Byte-slice helpers for HTTP body classification.
/// Trims ASCII whitespace from both ends of a byte slice.
///
/// # Parameters
///
/// * `bytes` - Bytes to trim.
///
/// # Returns
///
/// Borrowed trimmed slice.
pub