about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/RatelimitedHttpClient.cs
blob: 61eab07dfbe8b516b7ed6938d20d4e856b520b27 (plain) (blame)
1
2
3
4
5
6
7
namespace MatrixRoomUtils.Core;

public class RatelimitedHttpClient : HttpClient
{
    
    
}