mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
fix pep8
This commit is contained in:
parent
d62162bbec
commit
607bd27c83
@ -268,13 +268,15 @@ class MatrixFederationHttpClient(object):
|
||||
"""
|
||||
Signs a request by adding an Authorization header to headers_dict
|
||||
Args:
|
||||
destination (bytes): The desination home server of the request. May be None if the
|
||||
destination is an identity server, in which case destination_is must be non-null.
|
||||
destination (bytes): The desination home server of the request. May be None
|
||||
if the destination is an identity server, in which case destination_is
|
||||
must be non-null.
|
||||
method (bytes): The HTTP method of the request
|
||||
url_bytes (bytes): The URI path of the request
|
||||
headers_dict (dict): Dictionary of request headers to append to
|
||||
content (bytes): The body of the request
|
||||
destination_is (bytes): As 'destination', but if the destination is an identity server
|
||||
destination_is (bytes): As 'destination', but if the destination is an
|
||||
identity server
|
||||
|
||||
Returns:
|
||||
None
|
||||
|
Loading…
Reference in New Issue
Block a user