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

Method from

http-cache/src/error.rs:203–205  ·  view source on GitHub ↗
(error: BadRequest)

Source from the content-addressed store, hash-verified

201
202impl From<BadRequest> for HttpCacheError {
203 fn from(error: BadRequest) -> Self {
204 Self::BadRequest(error)
205 }
206}
207
208impl From<BadHeader> for HttpCacheError {

Callers

nothing calls this directly

Calls 2

BadRequestClass · 0.85
HttpCacheClass · 0.85

Tested by

no test coverage detected