gst-plugins-rs/gst-plugin-reqwest
ahamedsajeer.15 ce1ed81922 reqwesthttpsrc: Report correct error messages based on HTTP error status codes
404 is mapped to ResourceError::NotFound
401,402,403,407 are mapped to ResourceError::NotAuthorized
other error status codes are mapped to ResourceError::OpenRead
This mirrors the behavior in souphttpsrc
2019-07-05 18:54:10 +05:30
..
src reqwesthttpsrc: Report correct error messages based on HTTP error status codes 2019-07-05 18:54:10 +05:30
tests reqwesthttpsrc: Report correct error messages based on HTTP error status codes 2019-07-05 18:54:10 +05:30
build.rs rshttpsrc: rename to reqwesthttpsrc 2019-06-26 18:28:12 +05:30
Cargo.toml reqwesthttpsrc: Add a basic unit test and a custom test harness 2019-07-01 02:03:20 +03:00