Merge "Fix param description on _make_request"
This commit is contained in:
commit
61f14f0e90
@ -1009,8 +1009,7 @@ class Controller(object):
|
||||
:param method: the method to send to the backend
|
||||
:param path: the path to send to the backend
|
||||
(full path ends up being /<$device>/<$part>/<$path>)
|
||||
:param headers: a list of dicts, where each dict represents one
|
||||
backend request that should be made.
|
||||
:param headers: dictionary of headers
|
||||
:param query: query string to send to the backend.
|
||||
:param logger_thread_locals: The thread local values to be set on the
|
||||
self.app.logger to retain transaction
|
||||
|
Loading…
Reference in New Issue
Block a user