write

Function write 

Source
pub async fn write<C: Send + Sync, Err: ResponseError + Send + 'static>(
    storage: Data<RemoteStorageRef<C, Err>>,
    ctx: C,
    body: Payload,
) -> Result<WriteResponse, Error>
Expand description

Actix-web handler for remote write request