Resource providers should be a two-staged provider:
- let the first stage provider make a second stage provider from the request's provider-related parameters
- call the second-stage providers openStream() etc. methods and pass the input stream along with second stage the stream to the transformation
Only this way, we can process subsequent requests by the transformer plugin when it comes to more complicated resource providers that download and cache a repository of files.
Resource providers should be a two-staged provider:
Only this way, we can process subsequent requests by the transformer plugin when it comes to more complicated resource providers that download and cache a repository of files.