pub async fn handle_request(
request: &mut FatRequest,
overide_uri: Option<&Uri>,
address: SocketAddr,
host: &Host,
path: &Option<CompactString>,
) -> FatResponse
Expand description
Handles a single request and returns response with cache and compress preference.
This is layer 5