ServerConfig::HTTPProtocolΒΆ
-
class
kanzi::connect::ServerConfig::HTTPProtocol: public ServerConfig::AttributeProviderBase HTTP Setting encapsulation.
Public Functions
-
HTTPProtocol(const string &type) C++ constructor.
- Parameters
type: the type protocol (http/https)
-
Security &
getSecurity() Retrieve server-wide security information.
- Return
reference to server-wide security definitions.
-
const string &
getType() const Retrieve the type.
- Return
type string, http|https
-