MCPcopy Create free account
hub / github.com/d0iasm/saba / headers

Method headers

core/src/http.rs:92–94  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

90 }
91
92 pub fn headers(&self) -> Vec<Header> {
93 self.headers.clone()
94 }
95
96 pub fn body(&self) -> String {
97 self.body.clone()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected