|
Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
|
This is the complete list of members for giri::HTTPSession, including all inherited members.
| addMimeTypes(const std::map< std::string, std::string > &mimeTypes) | giri::HTTPSession | inline |
| close() | giri::HTTPSession | inline |
| getClientIP() const | giri::HTTPSession | inline |
| getClientPort() const | giri::HTTPSession | inline |
| getDocRoot() const | giri::HTTPSession | inline |
| getError() const | giri::HTTPSession | inline |
| getIndexFile() const | giri::HTTPSession | inline |
| getMimeTypes() const | giri::HTTPSession | inline |
| getRequest() const | giri::HTTPSession | inline |
| getResult() const | giri::HTTPSession | inline |
| getServerString() const | giri::HTTPSession | inline |
| getSSL() const | giri::HTTPSession | inline |
| HTTPSession(tcp::socket socket, const std::filesystem::path &docRoot, const std::map< std::string, std::string > &mimeTypes, const std::string &indexFile, const std::string &serverString, bool ssl, const std::filesystem::path &cert, const std::filesystem::path &key, boost::asio::io_context &ioc) | giri::HTTPSession | inlineexplicit |
| notify() | giri::Observable< HTTPSession > | inline |
| Object()=default (defined in giri::Object< T >) | giri::Object< T > | protected |
| Observable()=default (defined in giri::Observable< HTTPSession >) | giri::Observable< HTTPSession > | protected |
| run() | giri::HTTPSession | inline |
| setDocRoot(const std::filesystem::path &path) | giri::HTTPSession | inline |
| setIndexFile(const std::string &indx) | giri::HTTPSession | inline |
| setResult(const http::response< http::vector_body< char >> &res) | giri::HTTPSession | inline |
| setServerString(const std::string &servstr) | giri::HTTPSession | inline |
| SPtr typedef (defined in giri::HTTPSession) | giri::HTTPSession | |
| subscribe(const std::weak_ptr< Observer< HTTPSession > > &obs) | giri::Observable< HTTPSession > | inline |
| unsubscribe(const std::weak_ptr< Observer< HTTPSession > > &obs) | giri::Observable< HTTPSession > | inline |
| unsubscribeAll() | giri::Observable< HTTPSession > | inline |
| UPtr typedef (defined in giri::HTTPSession) | giri::HTTPSession | |
| WPtr typedef (defined in giri::HTTPSession) | giri::HTTPSession | |
| ~Object()=default (defined in giri::Object< T >) | giri::Object< T > | protectedvirtual |