We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea57a08 commit 78d35abCopy full SHA for 78d35ab
src/ngx_http_apisix_module.h
@@ -68,4 +68,7 @@ ngx_flag_t ngx_http_apisix_is_ntls_enabled(ngx_http_conf_ctx_t *conf_ctx);
68
char * ngx_http_apisix_error_log_request_id(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
69
char * ngx_http_apisix_error_log_init(ngx_conf_t *cf);
70
71
+
72
+ngx_int_t ngx_http_apisix_set_upstream_pass_trailers(ngx_http_request_t *r, int on);
73
+ngx_int_t ngx_http_apisix_is_upstream_pass_trailers(ngx_http_request_t *r)
74
#endif /* _NGX_HTTP_APISIX_H_INCLUDED_ */
0 commit comments