Commit Graph

13 Commits (4135cffc3f8d81d17201f7f762a2a9bd4f312fd9)

Author SHA1 Message Date
Michael DeHaan c3e625e6f0 Make URI module default to 30 seconds. 12 years ago
Grant Gavares cd51c7f234 Add socket timeout to uri module.
The uri module can be configured to abort after a specified timeout if
it cannot connect to the configured uri. This prevents a uri action from
hanging indefinitely when the remote endpoint cannot be reached because
it is unavailable, there is a firewall in place etc. The default behavior
is left unchanged: timeout=None

This change also introduces a new type for module_parameters: int
Code was added to perform conversion from string -> int type in
module_common.py.

The new type was required in order to play nice with httplib2 which
refuses to accept (and convert) anything other than a numeric type for
the timeout value.
12 years ago
Daniel Hokka Zakrisson 578ec127fb Remove choices=BOOLEANS as it is no longer needed 12 years ago
Daniel Hokka Zakrisson df798d0688 Use argument type checking to convert to boolean 12 years ago
Michael DeHaan 7a7d02073a Merge pull request #2119 from jpmens/uri_json
uri: load JSON for content-type: application/json
12 years ago
Jan-Piet Mens b448cc8eff uri: load JSON for content-type: application/json
document
check prefix of content-type and merge dicts
amend doc
load JSON into 'json' subkey
12 years ago
Romeo Theriault 1c91917ed5 uri doc fixes 12 years ago
Michael DeHaan 8097fd18a2 'make pep8' is now clean 12 years ago
Michael DeHaan c000bd846b Hate to do this, but URI module docs were constructing messed up RST files, so removing examples for now. Will ask someone to work on them. 12 years ago
Michael DeHaan df63f60b63 Tweak doc examples 12 years ago
Romeo Theriault 1232e498c4 fixed the documentation so it build properly 12 years ago
Romeo Theriault 2ecf3f9b94 moved module checking below module initialization 12 years ago
Romeo Theriault 27145fab7f uri module 12 years ago