angee.integrate.resource_source
The url resource source — integrate's outbound-network extension to resources.
The resources base addon owns the source-type seam but knows only local files. integrate owns outbound HTTP, so it contributes the url source here: a remote resource file is fetched once through the SSRF-pinned :class:~angee.integrate.http.HttpClient into the local data cache. integrate contributes this source through ANGEE_RESOURCE_SOURCE_CLASSES so resources never reaches up into this addon.
url_source
python
def url_source() -> sources.ResourceSourceReturn integrate's networked url resource source.