summary refs log tree commit diff
path: root/changelog.d/15470.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HTTP Replication Client (#15470)Jason Little2023-05-091-0/+1
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.