Utilities using NDG HTTPS Client, including a main module that can be
used to fetch from a URL.
Date:
09/12/11
Author:
R B Wilkinson
Contact:
Philip.Kershaw@stfc.ac.uk
Copyright:
(C) 2011 Science and Technology Facilities Council
License:
BSD - see LICENSE file in top-level directory
|
|
|
|
file derived type
|
|
|
open_url(url,
config,
data=None,
handlers=None)
Attempts to open a connection to a specified URL. |
source code
|
|
|
_should_use_proxy(url,
no_proxy=None)
Determines whether a proxy should be used to open a connection to the
specified URL, based on the value of the no_proxy environment
variable. |
source code
|
|
basestring
|
|
|
main()
Utility to fetch data using HTTP or HTTPS GET from a specified URL. |
source code
|
|