Function async_graphql::http::receive_cbor[][src]

pub async fn receive_cbor(
    body: impl AsyncRead
) -> Result<Request, ParseRequestError>
This is supported on crate feature cbor only.
Expand description

Receive a GraphQL request from a body as CBOR.