Skip to content

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.ResourceSource

Return integrate's networked url resource source.

Released under the AGPL-3.0 License.