expose post args during upload (#1650)

This commit is contained in:
Luc
2018-07-17 10:58:03 +02:00
committed by Me No Dev
parent 05d72f963d
commit e157ec06a7
3 changed files with 34 additions and 11 deletions

View File

@ -179,6 +179,9 @@ protected:
int _currentArgCount;
RequestArgument* _currentArgs;
int _postArgsLen;
RequestArgument* _postArgs;
std::unique_ptr<HTTPUpload> _currentUpload;
int _headerKeysCount;