Skip to content

Files

Latest commit

author
andrewp-as-is
Jul 20, 2021
8dbc0e9 · Jul 20, 2021

History

History
25 lines (20 loc) · 476 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 476 Bytes

Installation

$ pip install connection

Examples

>>> import connection
>>> connection.check()
True

timeout

>>> connection.check(timeout=2)

url

>>> connection.check(url='https://github.com/')