nx_http_router_test.nx
buildroot/runtime/nx_http_router_test.nx
about
nx_http_router_test.nx -- route dispatch shape verification.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_http_router.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 7 | const HANDLER_HEALTH: nx_int = 1 |
| 8 | const HANDLER_LIST_CHARS: nx_int = 2 |
| 9 | const HANDLER_GET_CHAR: nx_int = 3 |
| 10 | const HANDLER_BATCH_POST: nx_int = 4 |
| 11 | const HANDLER_OPTIONS: nx_int = 5 |
functions
| 13 | func main() -> nx_int |