#include "apr_strings.h"
#include "apr_tables.h"
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "http_protocol.h"
#include "http_request.h"
#include "mod_core.h"
Go to the source code of this file.
◆ create_reflector_dir_config()
◆ header_do()
◆ merge_reflector_dir_config()
| static void * merge_reflector_dir_config |
( |
apr_pool_t * |
p, |
|
|
void * |
basev, |
|
|
void * |
addv |
|
) |
| |
|
static |
◆ reflector_handler()
< Module declines to handle
< Module has handled this stage.
< Module has handled this stage.
Definition at line 46 of file mod_reflector.c.
◆ reflector_header()
◆ reflector_hooks()
◆ aplog_module_index
| int* const aplog_module_index = &( reflector_module.module_index) |
|
static |
◆ reflector_cmds
Initial value:= {
{
"ReflectorHeader" ,
reflector_header ,
NULL , 2 ,
TAKE12,
"Header to reflect back in the response, with an optional new name." },
}
static const char * reflector_header(cmd_parms *cmd, void *dummy, const char *in, const char *out)
Definition at line 217 of file mod_reflector.c.