Check whether the URL exists (is accessible).
Supports HTTPS, HTTP, and FTP protocols.
x (object) – URL to check.
timeout (float) – Timeout in seconds.
True if a HEAD or GET request against x succeeds.
True
x
bool
Examples
>>> is_existing_url("not-a-url") False