IOS/Network/KD: Implement GetSchedulerStat

This commit is contained in:
Sketch
2023-04-06 22:10:05 -04:00
parent 25fba7247e
commit 467b961e9c
6 changed files with 100 additions and 11 deletions

View File

@ -39,6 +39,7 @@ public:
void SetCookies(const std::string& cookies);
void UseIPv4();
void FollowRedirects(long max = 1);
s32 GetLastResponseCode() const;
std::string EscapeComponent(const std::string& string);
Response Get(const std::string& url, const Headers& headers = {},
AllowedReturnCodes codes = AllowedReturnCodes::Ok_Only);