add Request::AddPostVar(pt::Space & space, const wchar_t * name)

This commit is contained in:
2022-08-22 16:03:07 +02:00
parent 5f77ce619e
commit d3a440fa0a
3 changed files with 28 additions and 14 deletions

View File

@@ -481,6 +481,7 @@ public:
void RemoveParam(const wchar_t * param_name);
void RemoveParam(const std::wstring & param_name);
pt::Space * AddPostVar(pt::Space & space, const wchar_t * name);
bool AddPostVar(const wchar_t * name, const wchar_t * value);
bool AddPostVar(const std::wstring & name, const std::wstring & value);