Added basic in-memory REST transaction storage. Only the latest transaction...
Added basic in-memory REST transaction storage. Only the latest transaction for a given path/access_token combo is stored in order to prevent storing ALL request/response pairs.
synapse/rest/transactions.py
0 → 100644
Please register or sign in to comment