added: Request::post_in (PT::Space) for input when application/json content type is used
from the client git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1102 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -93,6 +93,8 @@ void Request::Clear()
|
||||
post_tab.clear();
|
||||
post_file_tab.clear();
|
||||
cookie_tab.clear();
|
||||
post_in.Clear();
|
||||
is_postin_used = false;
|
||||
|
||||
method = unknown_method;
|
||||
|
||||
|
Reference in New Issue
Block a user