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.
pub async fn handle_get(
store: Store,
request: GetRequest,
writer: &mut ProgressWriter,
) -> Result<()>
Handle a single get request.
Requires a database, the request, and a writer.