pub async fn read<C: Send + Sync, Err: ResponseError + Send + 'static>(
storage: Data<RemoteStorageRef<C, Err>>,
ctx: C,
body: Payload,
) -> Result<ReadResponse, Error>Expand description
Actix-web handler for remote read request
pub async fn read<C: Send + Sync, Err: ResponseError + Send + 'static>(
storage: Data<RemoteStorageRef<C, Err>>,
ctx: C,
body: Payload,
) -> Result<ReadResponse, Error>Actix-web handler for remote read request