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