24#ifndef NAWA_REQUESTINITCONTAINER_H
25#define NAWA_REQUESTINITCONTAINER_H
29#include <unordered_map>
41 std::unordered_multimap<std::string, std::string>
getVars;
46 std::unordered_multimap<std::string, std::string>
postVars;
47 std::unordered_multimap<std::string, std::string>
cookieVars;
49 std::unordered_multimap<std::string, File>
postFiles;
Container for (especially POST-submitted) files.
std::unordered_multimap< std::string, std::string > getVars
std::string postContentType
std::unordered_map< std::string, std::string > environment
std::unordered_multimap< std::string, std::string > cookieVars
std::unordered_multimap< std::string, File > postFiles
std::unordered_multimap< std::string, std::string > postVars
std::shared_ptr< std::string > rawPost