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

public class RatelimitedHttpClient : HttpClient
{
    
    
}