summary refs log tree commit diff
path: root/synapse/rest/transactions.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added basic in-memory REST transaction storage. Only the latest transaction ↵Kegan Dougal2014-08-261-0/+93
for a given path/access_token combo is stored in order to prevent storing ALL request/response pairs.