IOS/KD: Implement NWC24_CHECK_MAIL_NOW

This commit is contained in:
Sketch
2023-08-14 21:02:57 -04:00
parent f2b8baa82c
commit 2154941c2c
16 changed files with 569 additions and 18 deletions

View File

@ -40,6 +40,7 @@ public:
void FollowRedirects(long max = 1);
s32 GetLastResponseCode() const;
std::string EscapeComponent(const std::string& string);
std::string GetHeaderValue(std::string_view name) const;
Response Get(const std::string& url, const Headers& headers = {},
AllowedReturnCodes codes = AllowedReturnCodes::Ok_Only);
Response Post(const std::string& url, const std::vector<u8>& payload, const Headers& headers = {},