gst-plugins-rs/gst-plugin-reqwest/src
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
..
lib.rs rshttpsrc: rename to reqwesthttpsrc 2019-06-26 18:28:12 +05:30
reqwesthttpsrc.rs reqwesthttpsrc: Report correct error messages based on HTTP error status codes 2019-07-05 18:54:10 +05:30