nx_http_proxy_test.nx
buildroot/runtime/nx_http_proxy_test.nx
about
nx_http_proxy_test.nx -- gate the wired reverse-proxy: GET request-line
rewrite (strip /research prefix, force HTTP/1.0 close, preserve query) +
dotted-quad IP parse. The forward/relay is exercised live in the sites edge.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_http_proxy.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
| none |
functions
| 7 | func pt_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 8 | func pt_has(hay: *u8, hayn: i64, needle: *u8) -> i64 |
| 23 | func main() -> i64 |