(&self, f: &mut std::fmt::Formatter<'_>)
| 45 | |
| 46 | impl 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 |
nothing calls this directly
no outgoing calls
no test coverage detected