MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / BoxBody

Class BoxBody

crates/openshell-server/src/multiplex.rs:780–782  ·  view source on GitHub ↗

Boxed body type for uniform handling.

Source from the content-addressed store, hash-verified

778
779/// Boxed body type for uniform handling.
780pub struct BoxBody(
781 http_body_util::combinators::UnsyncBoxBody<Bytes, Box<dyn std::error::Error + Send + Sync>>,
782);
783
784impl Body for BoxBody {
785 type Data = Bytes;

Callers 1

callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected