[−][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>
Receive a multipart request.