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: f4ad9c9f0bb5424b0947d76e1486fd7a3674a931 (
plain
) (
blame
)
1
2
3
4
5
6
7
namespace
MatrixRoomUtils
;
public
class
RatelimitedHttpClient
:
HttpClient
{
}