HTTPSConnection

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

Bases: http.client.HTTPSConnection, gwdatafind.http.HTTPConnection

Connect to a GWDataFind host using HTTPS.

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