Merge pull request #11736 from noahpistilli/get-scheduler-stat

IOS/Network/KD: Implement GetSchedulerStat
This commit is contained in:
Léo Lam
2023-05-01 01:19:11 +01:00
committed by GitHub
6 changed files with 100 additions and 11 deletions

View File

@ -38,6 +38,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);