HTTPSConnection

class gwdatafind.HTTPSConnection(host=None, port=None, **kwargs)

Bases: HTTPSConnection, HTTPConnection

Connect to a GWDataFind host using HTTPS.

Warning

This class is deprecated and will be removed in a future release. Use the functions from the Top-level API instead.

This requires a valid X509 credential registered with the remote host.

Parameters
  • host (str) – the name of the server with which to connect.

  • port (int, optional) – the port on which to connect.

  • kwargs – other keywords are passed directly to http.client.HTTPSConnection