nx_https_fetch_lib_gate.nx
buildroot/runtime/nx_https_fetch_lib_gate.nx
about
nx_https_fetch_lib_gate.nx -- runtime proof for the fetch composition extracted
out of nx_https_get_cli.nx into nx_https_fetch_lib.nx (2026-07-31).
WHY A LIVE FETCH AND NOT A MOCK: the thing being refactored is a TLS 1.3
handshake, a cert-chain validation and a chunked HTTP read. A mock would prove
only that the function names still resolve. The whole risk of lifting this code
is that some piece of state the old main() set up implicitly is now missing --
and only a real handshake against a real endpoint can show that.
★ A REFACTOR OF A CROWN-JEWEL PATH IS NOT DONE UNTIL THE BEHAVIOUR IS RE-PROVEN.
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_https_fetch_lib.nxnx_gate.nxnx_gate_verdict.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
| 16 | const FL_CAP: i64 = 1048576 |
functions
| 18 | func fl_has(b: *u8, n: i64, s: *u8) -> i64 |
| 33 | func main() -> i64 |