This commit is contained in:
2024-01-13 17:19:37 +08:00
parent b6db76625b
commit 841bcc3998
6 changed files with 36 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ public:
std::string path;
std::string method;
CookiesBase* cookies = nullptr;
std::string toUri();
private:
HttpBody* body = nullptr;
};