Contains the names of the data in the messages that are sent by the various protocols. More...
Enumerations | |
enum | { DebugInfo = '_DBI' , DebugWarning = '_DBW' , DebugError = '_DBE' } |
Variables | |
const char * | DebugMessage |
A BString that contains the debug message. | |
const char * | DebugType |
An uint32 representing a debug type constant. | |
const char * | HostName |
A BString that represents the hostname that was resolved. | |
const char * | HttpRedirectUrl |
A BString with the URL that the HTTP request was redirected to. | |
const char * | HttpStatusCode |
An int16 value that contains the HTTP status code for this request. | |
const char * | Id |
An int32 that identifies the request the message pertains to. | |
const char * | NumBytes |
An int64/off_t represening the number of bytes transferred to now. | |
const char * | SSLCertificate |
The SSL certificate that causes the issue. | |
const char * | SSLMessage |
A BString message about the error while processing the SSL certificate. | |
const char * | Success |
A bool that indicates whether an activity was succesful. | |
const char * | TotalBytes |
An int64/off_t representing the total number of bytes that will be sent/received. | |
Contains the names of the data in the messages that are sent by the various protocols.
Please see the kit documentation for details which messages are sent at which stage, and what data they contain.
anonymous enum |
Enumerator | |
---|---|
DebugInfo | Value for UrlEventData::DebugType indicating that the message is an info messsage.
|
DebugWarning | Value for UrlEventData::DebugType indicating that the message is a warning messsage.
|
DebugError | Value for UrlEventData::DebugType indicating that the message is an error messsage.
|
|
extern |
A BString that contains the debug message.
|
extern |
An uint32
representing a debug type constant.
The value is one of UrlEventData::DebugError, UrlEventData::DebugWarning or UrlEventData::DebugInfo.
|
extern |
A BString that represents the hostname that was resolved.
|
extern |
A BString with the URL that the HTTP request was redirected to.
|
extern |
An int16
value that contains the HTTP status code for this request.
|
extern |
An int32
that identifies the request the message pertains to.
|
extern |
An int64/off_t
represening the number of bytes transferred to now.
|
extern |
The SSL certificate that causes the issue.
|
extern |
A BString message about the error while processing the SSL certificate.
|
extern |
A bool
that indicates whether an activity was succesful.
|
extern |
An int64/off_t
representing the total number of bytes that will be sent/received.