WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
framework::HTTPRequest Member List

This is the complete list of members for framework::HTTPRequest, including all inherited members.

createModel(Args &&... args)framework::HTTPRequest
deleteAttribute(const std::string &name)framework::HTTPRequest
deleteSession()framework::HTTPRequest
ExecutorsManager (defined in framework::HTTPRequest)framework::HTTPRequestfriend
getAttribute(const std::string &name)framework::HTTPRequest
getBody() constframework::HTTPRequest
getChunks() constframework::HTTPRequest
getClientIpV4() constframework::HTTPRequest
getClientPort() constframework::HTTPRequest
getCookies() constframework::HTTPRequest
getHeaders() constframework::HTTPRequest
getHTTPVersion() constframework::HTTPRequest
getJSON() constframework::HTTPRequest
getKeyValueParameters() constframework::HTTPRequest
getMethod() constframework::HTTPRequest
getModel() constframework::HTTPRequest
getParser() constframework::HTTPRequest
getRawParameters() constframework::HTTPRequest
getRouteParameter(const std::string &routeParameterName)framework::HTTPRequest
getRouteParameter(const string &routeParameterName) (defined in framework::HTTPRequest)framework::HTTPRequest
getRouteParameter(const string &routeParameterName) (defined in framework::HTTPRequest)framework::HTTPRequest
getRouteParameter(const string &routeParameterName) (defined in framework::HTTPRequest)framework::HTTPRequest
getServerIpV4() constframework::HTTPRequest
getServerPort() constframework::HTTPRequest
HTTPRequest(SessionsManager &session, const web::BaseTCPServer &serverReference, interfaces::IStaticFile &staticResources, interfaces::IDynamicFile &dynamicResources, sqlite::SQLiteManager &database, sockaddr clientAddr, streams::IOSocketStream &stream) (defined in framework::HTTPRequest)framework::HTTPRequest
HTTPRequest(HTTPRequest &&) noexcept=default (defined in framework::HTTPRequest)framework::HTTPRequest
HTTPRequest(const HTTPRequest &)=default (defined in framework::HTTPRequest)framework::HTTPRequest
isDynamicFunctionRegistered(const std::string &functionName)framework::HTTPRequest
operator<<(std::ostream &stream, const HTTPRequest &request)framework::HTTPRequestfriend
operator=(HTTPRequest &&) noexcept=default (defined in framework::HTTPRequest)framework::HTTPRequest
operator=(const HTTPRequest &)=default (defined in framework::HTTPRequest)framework::HTTPRequest
operator>>(streams::IOSocketStream &stream, HTTPRequest &request)framework::HTTPRequestfriend
registerDynamicFunction(const std::string &functionName, std::function< std::string(const std::vector< std::string > &)> &&function)framework::HTTPRequest
sendAssetFile(const std::string &filePath, HTTPResponse &response, const std::unordered_map< std::string, std::string > &variables={}, bool isBinary=true, const std::string &fileName="")framework::HTTPRequest
sendChunks(HTTPResponse &response, Args &&... args)framework::HTTPRequest
sendDynamicFile(const std::string &filePath, HTTPResponse &response, const std::unordered_map< std::string, std::string > &variables, bool isBinary=false, const std::string &fileName="")framework::HTTPRequest
sendFileChunks(HTTPResponse &response, std::string_view fileName, Args &&... args)framework::HTTPRequest
sendRequestToAnotherServer(std::string_view ip, std::string_view port, std::string_view request, DWORD timeout=30 '000, bool useHTTPS=false) (defined in framework::HTTPRequest)framework::HTTPRequeststatic
sendStaticFile(const std::string &filePath, HTTPResponse &response, bool isBinary=true, const std::string &fileName="")framework::HTTPRequest
setAttribute(const std::string &name, const std::string &value)framework::HTTPRequest
streamFile(std::string_view filePath, HTTPResponse &response, std::string_view fileName, size_t chunkSize=defaultChunkSize)framework::HTTPRequest
unregisterDynamicFunction(const std::string &functionName)framework::HTTPRequest
~HTTPRequest()=default (defined in framework::HTTPRequest)framework::HTTPRequest