atscppapi
1.0.9
C++ wrapper for Apache Traffic Server API
|
Contains utility functions available to users of the api. More...
#include <string>
#include <arpa/inet.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
std::string | atscppapi::utils::getIpString (const sockaddr *) |
Returns a pretty printed string of a sockaddr *. More... | |
uint16_t | atscppapi::utils::getPort (const sockaddr *) |
Returns just the port portion of the sockaddr *. More... | |
std::string | atscppapi::utils::getIpPortString (const sockaddr *) |
Returns a pretty printed string of a sockaddr * including port. More... | |
Variables | |
const std::string | atscppapi::utils::DISABLE_DATA_CACHING_ENV_FLAG |
This is the environment variable that disables caching in all types including InitializableValue. | |
Contains utility functions available to users of the api.