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

Method header

perro_source/api_modules/perro_networking/src/http.rs:144–147  ·  view source on GitHub ↗
(mut self, name: impl Into<String>, value: impl Into<String>)

Source from the content-addressed store, hash-verified

142 Post,
143 Put,
144 Patch,
145 Delete,
146 Head,
147}
148
149#[derive(Clone, Debug, PartialEq)]
150pub enum HttpBody {

Calls 4

findMethod · 0.80
pushMethod · 0.45
iterMethod · 0.45
as_strMethod · 0.45