Check if provided URL returns HTTP status 200 or 206.
Usage
check_url_status(url, max_tries = 3L)
Arguments
- url
Download URL to be checked.
- max_tries
integer(1). Maximum number of retry attempts for
transient failures (SSL drops, connection resets). Default 3L.
Author
Insang Song; Mitchell Manware; Kyle Messier