#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"
Classes | |
| struct | PythonHttpHeaderPlugin |
Macros | |
| #define | PYTHON_HTTP_HEADER_PLUGIN "python-http-header" |
Functions | |
| PythonBinding * | python_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) |
| #define PYTHON_HTTP_HEADER_PLUGIN "python-http-header" |
| PythonBinding* python_http_header_get_binding | ( | PythonHttpHeaderPlugin * | self | ) |
| PythonHttpHeaderPlugin* python_http_header_new | ( | void | ) |
| void python_http_header_set_mark_errors_as_critical | ( | PythonHttpHeaderPlugin * | self, |
| gboolean | enable | ||
| ) |