Skip to main content

MyBody

Type Alias MyBody 

Source
pub type MyBody = Body;
Expand description

Type alias for the HTTP body type used throughout the crate.

This uses Axum’s body type for compatibility with the web framework.

Aliased Type§

pub struct MyBody(/* private fields */);