diff options
author | Jason Little <realtyem@gmail.com> | 2023-04-14 15:46:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 20:46:04 +0000 |
commit | c9326140dc9f8ea849356b5a8397e468636df8d4 (patch) | |
tree | 1febfeff4529153d9e2922d75a612e69fe318ef2 /changelog.d | |
parent | More precise type for LoggingTransaction.execute (#15432) (diff) | |
download | synapse-c9326140dc9f8ea849356b5a8397e468636df8d4.tar.xz |
Refactor `SimpleHttpClient` to pull out reusable methods (#15427)
Pulls out some methods to `BaseHttpClient` to eventually be reused in other contexts.
Diffstat (limited to '')
-rw-r--r-- | changelog.d/15427.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15427.misc b/changelog.d/15427.misc new file mode 100644 index 0000000000..ef873e3b2b --- /dev/null +++ b/changelog.d/15427.misc @@ -0,0 +1 @@ +Refactor `SimpleHttpClient` to pull out a base class. |