summary refs log tree commit diff
path: root/synapse/http/replicationagent.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HTTP Replication Client (#15470)Jason Little2023-05-091-0/+150
Separate out a HTTP client for replication in preparation for also supporting using UNIX sockets. The major difference from the base class is that this does not use treq to handle HTTP requests.