|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
#include <TlsContext.hpp>
Public Member Functions | |
| TlsContext (const std::string &cert_file, const std::string &key_file, config::HttpVersion http_version) | |
| ~TlsContext () | |
| TlsContext (const TlsContext &)=delete | |
| TlsContext & | operator= (const TlsContext &)=delete |
| SSL_CTX * | get () const |
| config::HttpVersion | get_http_version () const |
| network::TlsContext::TlsContext | ( | const std::string & | cert_file, |
| const std::string & | key_file, | ||
| config::HttpVersion | http_version | ||
| ) |
| network::TlsContext::~TlsContext | ( | ) |
|
delete |
|
inline |
|
inline |
|
delete |