MCPcopy Create free account
hub / github.com/PerroEngine/Perro / config

Method config

perro_source/api_modules/perro_networking/src/http.rs:408–410  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

406 tx: SyncSender<HttpWork>,
407 rx: Receiver<HttpEvent>,
408 local_events: VecDeque<HttpEvent>,
409 rejected_requests: u64,
410}
411
412impl HttpClient {
413 pub fn new() -> Self {

Callers 2

send_requestFunction · 0.80
start_streamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected