sui_proxy::middleware

Function expect_content_length

Source
pub async fn expect_content_length(
    __arg0: TypedHeader<ContentLength>,
    request: Request<Body>,
    next: Next,
) -> Result<Response, (StatusCode, &'static str)>
Expand description

we expect sui-node to send us an http header content-length encoding.