Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
35
pub struct BadRequest;
36
37
impl fmt::Display for BadRequest {
38
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
1
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected