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

Method bytes

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

Source from the content-addressed store, hash-verified

168 pub fn get(url: impl Into<String>) -> Self {
169 Self::new(HttpMethod::Get, url, HttpBody::Empty)
170 }
171
172 pub fn post_variant(url: impl Into<String>, body: Variant) -> Self {
173 Self::new(HttpMethod::Post, url, HttpBody::Variant(body))
174 }
175

Callers 2

validateFunction · 0.45
validate_dlcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected