Home
last modified time | relevance | path

Searched refs:route (Results 1 – 6 of 6) sorted by relevance

/unit/src/
H A Dnxt_http_route.c270 routes->route[i] = route; in nxt_http_routes_create()
284 routes->route[0] = route; in nxt_http_routes_create()
374 route->items = n; in nxt_http_route_create()
375 m = &route->match[0]; in nxt_http_route_create()
388 return route; in nxt_http_route_create()
1244 route = &routes->route[0]; in nxt_http_routes_resolve()
1253 route++; in nxt_http_routes_resolve()
1493 route = &routes->route[0]; in nxt_http_route_find()
1498 action->u.route = *route; in nxt_http_route_find()
1504 route++; in nxt_http_route_find()
[all …]
H A Dnxt_http.h252 nxt_http_route_t *route; member
/unit/test/
H A Dtest_settings.py449 def template_selected(route): argument
452 def template_discarded(route): argument
455 def wait_for_request_log(status, uri, route): argument
458 assert wait_for_record(template_selected(route)) is not None
H A Dtest_routing.py28 def route(conf_route): function
33 assert 'success' in route(
39 assert 'error' in route(
287 assert 'error' in route(
291 status = route({"match": {"uri": "~(?R)?z"}, "action": {"return": 200}})
295 status = route({"match": {"uri": "~((?1)?z)"}, "action": {"return": 200}})
929 assert 'success' in route(
/unit/
H A DCHANGES112 *) Feature: conditional logging of route selection.
474 *) Feature: regular expressions in route matching patterns.
537 *) Bugfix: "pass"-ing requests to upstreams from a route was broken; the
558 *) Feature: support for an arbitrary number of wildcards in route
767 *) Feature: route matching patterns allow a wildcard in the middle.
/unit/docs/
H A Dunit-openapi.yaml5780 description: "An array whose items define individual route steps."
5789 description: "Individual route arrays."