Apache Mesos
Public Member Functions | Public Attributes | List of all members
mesos::internal::checks::check::Http Struct Reference

#include <checks_types.hpp>

Public Member Functions

 Http (uint32_t _port, const std::string &_path, const std::string &_scheme=DEFAULT_HTTP_SCHEME, bool ipv6=false)
 

Public Attributes

uint32_t port
 
std::string path
 
std::string scheme
 
std::string domain
 

Constructor & Destructor Documentation

mesos::internal::checks::check::Http::Http ( uint32_t  _port,
const std::string &  _path,
const std::string &  _scheme = DEFAULT_HTTP_SCHEME,
bool  ipv6 = false 
)
inlineexplicit

Member Data Documentation

std::string mesos::internal::checks::check::Http::domain
std::string mesos::internal::checks::check::Http::path
uint32_t mesos::internal::checks::check::Http::port
std::string mesos::internal::checks::check::Http::scheme

The documentation for this struct was generated from the following file: