UrlSource#
- class UrlSource(url=None, allow_insecure=False, *args, **kwargs)[source]#
Bases:
objectURL for creating an image.
- Parameters:
url (required) – (
url)allow_insecure – (
allow_insecure) Ignore the certificate errors, if the value is true. Default is false. (Default False)
- property allow_insecure#
Ignore the certificate errors, if the value is true. Default is false.
- Type:
bool
- property url#
- Type:
str