handle_get

Function handle_get 

Source
pub async fn handle_get<R: RecvStream, W: SendStream>(
    pair: StreamPair<R, W>,
    store: Store,
    request: GetRequest,
) -> Result<()>