syslog-ng source
http-signals.h File Reference
Include dependency graph for http-signals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HttpHeaderRequestSignalData
 
struct  HttpResponseReceivedSignalData
 

Macros

#define signal_http_header_request   SIGNAL(http, header_request, HttpHeaderRequestSignalData *)
 
#define signal_http_response_received   SIGNAL(http, response_received, HttpResponseReceivedSignalData *)
 

Enumerations

enum  HttpSlotResultType { HTTP_SLOT_SUCCESS , HTTP_SLOT_RESOLVED , HTTP_SLOT_CRITICAL_ERROR , HTTP_SLOT_PLUGIN_ERROR }
 

Macro Definition Documentation

◆ signal_http_header_request

#define signal_http_header_request   SIGNAL(http, header_request, HttpHeaderRequestSignalData *)

◆ signal_http_response_received

#define signal_http_response_received   SIGNAL(http, response_received, HttpResponseReceivedSignalData *)

Enumeration Type Documentation

◆ HttpSlotResultType

Enumerator
HTTP_SLOT_SUCCESS 
HTTP_SLOT_RESOLVED 
HTTP_SLOT_CRITICAL_ERROR 
HTTP_SLOT_PLUGIN_ERROR