summary refs log tree commit diff
path: root/synapse/replication/http/_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixup wording and remove dead codeErik Johnston2018-08-091-2/+1
|
* Rename POST param to METHODErik Johnston2018-08-081-12/+22
|
* Fixup logging and docstringsErik Johnston2018-08-081-2/+4
|
* Fix isortErik Johnston2018-08-061-4/+1
|
* Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2018-08-031-4/+3
| | | | erikj/refactor_repl_servlet
* Add helper base class for generating new replication endpointsErik Johnston2018-07-311-0/+208
This will hopefully reduce the boiler plate required to implement new internal HTTP requests.