MatrixRoomUtils

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

RatelimitedHttpClient.cs (94B)


      1 namespace MatrixRoomUtils.Core;
      2 
      3 public class RatelimitedHttpClient : HttpClient
      4 {
      5     
      6     
      7 }