MCPcopy Create free account
hub / github.com/bajrangCoder/setu / headers

Method headers

src/entities/request.rs:252–254  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

250 }
251
252 pub fn headers(&self) -> &[Header] {
253 &self.data.headers
254 }
255
256 pub fn body(&self) -> &RequestBody {
257 &self.data.body

Callers 7

execute_requestFunction · 0.80
send_requestMethod · 0.80
duplicate_requestMethod · 0.80
upsert_request_headerMethod · 0.80
get_all_headersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected