Add doc strings

This commit is contained in:
Erik Johnston 2015-05-22 15:18:04 +01:00
parent ebfdd2eb5b
commit 284f55a7fb
3 changed files with 7 additions and 0 deletions

View file

@ -345,6 +345,9 @@ class MatrixFederationHttpClient(object):
path (str): The HTTP path.
args (dict): A dictionary used to create query strings, defaults to
None.
timeout (int): How long to try (in ms) the destination for before
giving up. None indicates no timeout and that the request will
be retried.
Returns:
Deferred: Succeeds when we get *any* HTTP response.