obspy.fdsn.client.download_url

download_url(url, timeout=10, headers={}, debug=False, return_string=True, data=None)[source]

Returns a pair of tuples.

The first one is the returned HTTP code and the second the data as string.

Will return a touple of Nones if the service could not be found.

Performs a http GET if data=None, otherwise a http POST.

This Page