index
:
matrix/tools/MatrixUtils.git
this commit
dev/media-streaming
main
main-pre-media-refactor
github/dev/media-streaming
github/main
github/main-pre-media-refactor
A set of utilities/powertools for managing Matrix. Primarily a web app.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MatrixRoomUtils.Core
/
RatelimitedHttpClient.cs
blob: 61eab07dfbe8b516b7ed6938d20d4e856b520b27 (
plain
) (
blame
)
1
2
3
4
5
6
7
namespace
MatrixRoomUtils.Core
;
public
class
RatelimitedHttpClient
:
HttpClient
{
}