syslog-ng source
python-http-header.c File Reference
#include "python-http-header.h"
#include "python-helpers.h"
#include "python-types.h"
#include "driver.h"
#include "str-utils.h"
#include "list-adt.h"
#include "modules/http/http-signals.h"
Include dependency graph for python-http-header.c:

Classes

struct  PythonHttpHeaderPlugin
 

Macros

#define PYTHON_HTTP_HEADER_PLUGIN   "python-http-header"
 

Functions

PythonBindingpython_http_header_get_binding (PythonHttpHeaderPlugin *self)
 
void python_http_header_set_mark_errors_as_critical (PythonHttpHeaderPlugin *self, gboolean enable)
 
PythonHttpHeaderPlugin * python_http_header_new (void)
 

Macro Definition Documentation

◆ PYTHON_HTTP_HEADER_PLUGIN

#define PYTHON_HTTP_HEADER_PLUGIN   "python-http-header"

Function Documentation

◆ python_http_header_get_binding()

PythonBinding* python_http_header_get_binding ( PythonHttpHeaderPlugin *  self)

◆ python_http_header_new()

PythonHttpHeaderPlugin* python_http_header_new ( void  )

◆ python_http_header_set_mark_errors_as_critical()

void python_http_header_set_mark_errors_as_critical ( PythonHttpHeaderPlugin *  self,
gboolean  enable 
)