[−][src]Function async_graphql::http::receive_body
pub async fn receive_body(
content_type: Option<impl AsRef<str>>,
__arg1: impl AsyncRead + Unpin + Send + 'static,
opts: MultipartOptions
) -> Result<Request, ParseRequestError>
Receive a GraphQL request from a content type and body.