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

Method post_bytes

perro_source/api_modules/perro_networking/src/http.rs:129–131  ·  view source on GitHub ↗
(url: impl Into<String>, body: Vec<u8>)

Source from the content-addressed store, hash-verified

127}
128
129impl Default for HttpQueueConfig {
130 fn default() -> Self {
131 Self {
132 worker_count: DEFAULT_HTTP_WORKERS,
133 request_capacity: DEFAULT_HTTP_REQUEST_CAPACITY,
134 event_capacity: DEFAULT_HTTP_EVENT_CAPACITY,

Callers

nothing calls this directly

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected