add Request::AddPostVar(pt::Space & space, const wchar_t * name)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user