Expand description
HTTP transport — Client wraps reqwest with auth header injection +
timeout + per Client spec rev1 §2 + Rev 2 amendment §2 + §4.
Phase 1 substrate: fetch_verdict is the first transport consumer
(CLEANLIB-30); subsequent CLEANLIB-N PRs add scan / audit /
policy preview / fetch verb impls reusing this Client.
Structs§
- Client
Clientis the cleanlib-client HTTP transport handle. Cheap to clone; share across verbs in the same process.