MCPcopy 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
7pub trait HandlerFactory {
8 fn is(context: &Context) -> Option<Box<dyn Handler>>;
9}

Callers

nothing calls this directly

Implementers 2

file.rssrc/handler/file.rs
proxy.rssrc/handler/proxy.rs

Calls

no outgoing calls

Tested by

no test coverage detected