Function handle_get

Source
pub async fn handle_get(
    store: Store,
    request: GetRequest,
    writer: &mut ProgressWriter,
) -> Result<()>
Expand description

Handle a single get request.

Requires a database, the request, and a writer.