summaryrefslogtreecommitdiff
path: root/echo-nginx-module-0.63/src/ngx_http_echo_foreach.h
blob: 49592f4137fe7fc8dc93953cc4ecab6101ebe8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef ECHO_FOREACH_H
#define ECHO_FOREACH_H

#include "ngx_http_echo_module.h"

ngx_int_t ngx_http_echo_exec_echo_foreach_split(ngx_http_request_t *r,
        ngx_http_echo_ctx_t *ctx, ngx_array_t *computed_args);

ngx_int_t ngx_http_echo_exec_echo_end(ngx_http_request_t *r,
        ngx_http_echo_ctx_t *ctx);

ngx_int_t ngx_http_echo_it_variable(ngx_http_request_t *r,
        ngx_http_variable_value_t *v, uintptr_t data);

#endif /* ECHO_FOREACH_H */