Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Az107/HTeaPot
/ HandlerFactory
Interface
HandlerFactory
src/handler/handler.rs:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
pub trait HandlerFactory {
8
fn is(context: &Context) -> Option<Box<dyn Handler>>;
9
}
Callers
nothing calls this directly
Implementers
2
file.rs
src/handler/file.rs
proxy.rs
src/handler/proxy.rs
Calls
no outgoing calls
Tested by
no test coverage detected