termoshtt / ocipkg

An OCI registry client for Rust desiged to use distribute static library as a "container"
Apache License 2.0
48 stars 8 forks source link

Revise error handling with ureq #51

Closed termoshtt closed 2 years ago

termoshtt commented 2 years ago

ureq::Response::call maps status error (e.g. 401 HTTP status) to ureq::Error::Status enum.