Proxies
Proxies provide for the retrieval of unformatted data from different types of sources.
- HttpProxy: Uses a configured Connection and Reader to load data from a url within the same domain as the resource.
- MemoryProxy: Loads in-memory data (like a local array).
- ScriptTagProxy: Load data from a url outside the domain of the resource.