Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
This is the complete list of members for FormUrlEncoded, including all inherited members.
actionBeforeSelectingBody() | FormParser | inlineprotectedvirtual |
actionBeforeValueParsing(size_t keyStart, size_t keyEnd) | FormParser | inlineprotectedvirtual |
formBody | FormParser | protected |
FormUrlEncoded() | FormUrlEncoded | |
getKeyValuePairs() | FormParser | protected |
keyCurrent | FormParser | protected |
pairsDelimiter | FormParser | protected |
parseForm(std::string &httpRequest, KeyValueStorage *KVPStorage=nullptr) | FormParser | |
parseNextKey(size_t startPosition, size_t endPosition) override | FormUrlEncoded | protectedvirtual |
parseNextValue(size_t startPosition, size_t endPosition) override | FormUrlEncoded | protectedvirtual |
selectFormBody() | FormParser | protected |
setCurrentValue(FormEntity *valueCurrent) | FormParser | protected |
valueCurrent | FormParser | protected |
values | FormParser | protected |
valuesDelimiter | FormParser | protected |
~FormParser() | FormParser | virtual |