nx_lib_probe.nx
buildroot/runtime/nx_lib_probe.nx
about
nx_lib_probe.nx -- sovereign HTTP CLIENT that hits the live nx_lib_httpd
(127.0.0.1:8095) and prints the response. Proves the read API serves over
real TCP, all .nx -- no curl, no python. Reuses the socket syscalls via
nx_lib_serve's nx_syscalls import.
dependencies 2 imports · 0 importers
imports: nx_lib_serve.nxnx_connect.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 K_MAGIC_8095: i64 = 8095 |
| 8 | const K_MAGIC_262144: i64 = 262144 |
functions
| 10 | func lp_sockaddr(addr: *u8, port: i64) -> i64 called by 1: main |
| 24 | func main() -> i64 |