[−][src]Function async_graphql::http::receive_batch_body
pub async fn receive_batch_body(
content_type: Option<impl AsRef<str>>,
body: impl AsyncRead + Send + 'static,
opts: MultipartOptions
) -> Result<BatchRequest, ParseRequestError>
This is supported on crate feature
multipart
only.Receive a GraphQL batch request from a content type and body.