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

@@ -125,6 +125,8 @@ struct Request
PostTab post_tab;
PostFileTab post_file_tab;
CookieTab cookie_tab;
PT::Space post_in;
bool is_postin_used;// temporarily, before all post variables will be put to post_in
// input headers (without cookies)
// at the moment we are using FastCGI and HTTP headers are prefixed with 'HTTP_' string