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

Class BadRequest

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

Source from the content-addressed store, hash-verified

33/// Error type for request parsing failure
34#[derive(Debug, Default, Copy, Clone)]
35pub struct BadRequest;
36
37impl fmt::Display for BadRequest {
38 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected