Home
last modified time | relevance | path

Searched refs:rewrite (Results 1 – 10 of 10) sorted by last modified time

/unit/docs/
H A Dunit-openapi.yaml5907 rewrite:
5927 rewrite:
5952 rewrite:
6000 rewrite:
6006 #/config/routes/{stepIndex}/action/rewrite
6007 #/config/routes/{routeName}/{stepIndex}/action/rewrite
/unit/
H A DCHANGES106 *) Feature: basic URI rewrite support.
/unit/test/
H A Dtest_njs.py101 def check_rewrite(rewrite, uri): argument
106 "rewrite": rewrite,
H A Dtest_tls_sni.py51 client.openssl_conf(rewrite=True, alt_names=bundles[b]['alt_names'])
H A Dtest_tls.py466 rewrite=True, alt_names=["example.com", "www.example.net"]
487 rewrite=True,
H A Dtest_rewrite.py28 def set_rewrite(rewrite, uri): argument
33 "action": {"rewrite": rewrite, "pass": "routes"},
113 def check_location(rewrite, expect): argument
122 "rewrite": rewrite,
209 def check_rewrite(rewrite): argument
214 "action": {"rewrite": rewrite, "pass": "routes"},
/unit/test/unit/applications/
H A Dtls.py57 def openssl_conf(self, rewrite=False, alt_names=None): argument
61 if not rewrite and os.path.exists(conf_path):
/unit/src/
H A Dnxt_http_rewrite.c17 nxt_conf_get_string(acf->rewrite, &str); in nxt_http_rewrite_init()
19 action->rewrite = nxt_tstr_compile(rtcf->tstr_state, &str, 0); in nxt_http_rewrite_init()
20 if (nxt_slow_path(action->rewrite == NULL)) { in nxt_http_rewrite_init()
40 if (action == NULL || action->rewrite == NULL) { in nxt_http_rewrite()
44 if (nxt_tstr_is_const(action->rewrite)) { in nxt_http_rewrite()
45 nxt_tstr_str(action->rewrite, &str); in nxt_http_rewrite()
56 nxt_tstr_query(task, r->tstr_query, action->rewrite, &str); in nxt_http_rewrite()
H A Dnxt_http_route.c584 offsetof(nxt_http_action_conf_t, rewrite)
672 if (acf.rewrite != NULL) { in nxt_http_action_init()
H A Dnxt_http.h230 nxt_conf_value_t *rewrite; member
259 nxt_tstr_t *rewrite; member