WebFramework v3.0.12
Web framework for C++.
|
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::HTTPRequest | friend |
getAttribute(const std::string &name) | framework::HTTPRequest | |
getBody() const | framework::HTTPRequest | |
getChunks() const | framework::HTTPRequest | |
getClientIpV4() const | framework::HTTPRequest | |
getClientPort() const | framework::HTTPRequest | |
getCookies() const | framework::HTTPRequest | |
getHeaders() const | framework::HTTPRequest | |
getHTTPVersion() const | framework::HTTPRequest | |
getJSON() const | framework::HTTPRequest | |
getKeyValueParameters() const | framework::HTTPRequest | |
getMethod() const | framework::HTTPRequest | |
getModel() const | framework::HTTPRequest | |
getParser() const | framework::HTTPRequest | |
getRawParameters() const | framework::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() const | framework::HTTPRequest | |
getServerPort() const | framework::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::HTTPRequest | friend |
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::HTTPRequest | friend |
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::HTTPRequest | static |
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 |