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:
2018-04-26 18:56:31 +00:00
parent ca14b1a427
commit 6252a0e732
6 changed files with 58 additions and 2 deletions

View File

@@ -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;