Names of net log flags as strings. More...
Macros | |
#define | ATO_BNET_DEBUG_FLAG_OFF_NAME "off" |
"off" - mutually exclusive - will force everything off | |
#define | ATO_BNET_DEBUG_FLAG_TEXT_NAME "text" |
"text" | |
#define | ATO_BNET_DEBUG_FLAG_HDR_IN_NAME "hin" |
"hin" | |
#define | ATO_BNET_DEBUG_FLAG_HDR_OUT_NAME "hout" |
"hout" - | |
#define | ATO_BNET_DEBUG_FLAG_DATA_IN_NAME "din" |
"din" - | |
#define | ATO_BNET_DEBUG_FLAG_DATA_OUT_NAME "dout" |
"dout" - | |
#define | ATO_BNET_DEBUG_FLAG_SSL_IN_NAME "sin" |
"sin" - | |
#define | ATO_BNET_DEBUG_FLAG_SSL_OUT_NAME "sout" |
"sout" - | |
#define | ATO_BNET_DEBUG_FLAG_ALL_NAME "all" |
"all" - mutually exclusive but "off" has precedence - will force everything on | |
Typedefs | |
typedef int() | ato_curloptfunction(void *curl) |
The signature for the curl option function - see ato_net_setcurloptfn(). More... | |
Names of net log flags as strings.
This is useful, for example, if passing in on the command line.
typedef int() ato_curloptfunction(void *curl) |
The signature for the curl option function - see ato_net_setcurloptfn().
void *curl is a CURL *handle. Return value is a CURLcode.