Searched refs:route (Results 1 – 6 of 6) sorted by path
32 *) Feature: conditional logging of route selection.394 *) Feature: regular expressions in route matching patterns.457 *) Bugfix: "pass"-ing requests to upstreams from a route was broken; the478 *) Feature: support for an arbitrary number of wildcards in route687 *) Feature: route matching patterns allow a wildcard in the middle.
5780 description: "An array whose items define individual route steps."5789 description: "Individual route arrays."
252 nxt_http_route_t *route; member
270 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 …]
27 def route(route): argument28 return client.conf([route], 'routes')32 assert 'success' in route(38 assert 'error' in route(284 assert 'error' in route(288 status = route({"match": {"uri": "~(?R)?z"}, "action": {"return": 200}})292 status = route({"match": {"uri": "~((?1)?z)"}, "action": {"return": 200}})926 assert 'success' in route(
448 def template_selected(route): argument451 def template_discarded(route): argument454 def wait_for_request_log(status, uri, route): argument457 assert wait_for_record(template_selected(route)) is not None