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

Method fmt

src/entities/request.rs:47–49  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

45
46impl std::fmt::Display for HttpMethod {
47 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
48 write!(f, "{}", self.as_str())
49 }
50}
51
52/// A single header key-value pair

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected