Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 3 of 3) sorted by last modified time

/unit/docs/
H A Dunit-openapi.yaml5703 root_path context value for ASGI."
5736 root_path context value for ASGI."
/unit/src/
H A Dnxt_main_process.c1420 static nxt_str_t root_path = nxt_string("/"); in nxt_main_port_modules_handler() local
1468 root = nxt_conf_get_path(conf, &root_path); in nxt_main_port_modules_handler()
/unit/src/python/
H A Dnxt_python_asgi.c688 SET_ITEM(scope, root_path, app_target->py_prefix); in nxt_py_asgi_create_http_scope()