[][src]Function async_graphql::http::receive_multipart

pub async fn receive_multipart(
    body: impl AsyncRead + Send + 'static,
    boundary: impl Into<String>,
    opts: MultipartOptions
) -> Result<Request, ParseRequestError>
This is supported on crate feature multipart only.

Receive a multipart request.