Function kvarn::handle_cache

source ·
pub async fn handle_cache(
    request: &mut FatRequest,
    address: SocketAddr,
    host: &Host
) -> CacheReply
Expand description

Will handle a single request, check the cache, process if needed, and caches it. This is where the response is sent.

This is layer 4