pub async fn rpc_multipart_handler(
__arg0: State<Arc<RpcHandler>>,
__arg1: Extension<AuthContext>,
__arg2: Path<String>,
multipart: Multipart,
) -> impl IntoResponseExpand description
Handle multipart form data for RPC calls with file uploads.