Package ndg :: Package httpsclient
[hide private]

Source Code for Package ndg.httpsclient

 1  """ndg_httpsclient - PyOpenSSL utility to make a httplib-like interface suitable 
 2  for use with urllib2 
 3  """ 
 4  __author__ = "P J Kershaw (STFC) and Richard Wilkinson (Tessella)" 
 5  __date__ = "09/12/11" 
 6  __copyright__ = "(C) 2011 Science and Technology Facilities Council" 
 7  __license__ = "BSD - see LICENSE file in top-level directory" 
 8  __contact__ = "Philip.Kershaw@stfc.ac.uk" 
 9  __revision__ = '$Id$' 
10