pub async fn receive_cbor(
body: impl AsyncRead,
) -> Result<Request, ParseRequestError>Available on crate feature
cbor only.Expand description
Receive a GraphQL request from a body as CBOR.
pub async fn receive_cbor(
body: impl AsyncRead,
) -> Result<Request, ParseRequestError>cbor only.Receive a GraphQL request from a body as CBOR.