MCPcopy Create free account
hub / github.com/06chaynes/http-cache / BadHeader

Class BadHeader

http-cache/src/error.rs:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21/// Error type for bad header values
22#[derive(Debug, Default, Copy, Clone)]
23pub struct BadHeader;
24
25impl fmt::Display for BadHeader {
26 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected