Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/06chaynes/http-cache
/ QueryKeyer
Class
QueryKeyer
http-cache-tower-server/src/lib.rs:222–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
impl Keyer for QueryKeyer {
221
fn cache_key<B>(&self, req: &Request<B>) -> String {
222
format!(
"{} {}"
, req.method(), req.uri())
223
}
224
}
225
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected