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

Class BadVersion

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

Source from the content-addressed store, hash-verified

9/// Error type for unknown http versions
10#[derive(Debug, Default, Copy, Clone)]
11pub struct BadVersion;
12
13impl fmt::Display for BadVersion {
14 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected