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

Method method

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

Source from the content-addressed store, hash-verified

246 }
247
248 pub fn method(&self) -> HttpMethod {
249 self.data.method
250 }
251
252 pub fn headers(&self) -> &[Header] {
253 &self.data.headers

Callers 4

send_requestMethod · 0.80
duplicate_requestMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected