mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Common/HttpRequest: Implement EscapeComponent
This commit is contained in:
parent
0bce1c509d
commit
3dbf44417a
2 changed files with 12 additions and 0 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
void SetCookies(const std::string& cookies);
|
||||
void UseIPv4();
|
||||
void FollowRedirects(long max = 1);
|
||||
const std::string EscapeComponent(const std::string& string);
|
||||
Response Get(const std::string& url, const Headers& headers = {});
|
||||
Response Post(const std::string& url, const std::vector<u8>& payload,
|
||||
const Headers& headers = {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue