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

Method next_http_id

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

Source from the content-addressed store, hash-verified

410}
411
412impl HttpClient {
413 pub fn new() -> Self {
414 Self::with_config(HttpConfig::default())
415 }
416
417 pub fn with_config(config: HttpConfig) -> Self {
418 Self::with_config_and_queue(config, HttpQueueConfig::default())
419 }

Callers 1

requestMethod · 0.80

Calls 1

HttpIDClass · 0.85

Tested by

no test coverage detected