nx_https_get_test.nx
buildroot/runtime/nx_https_get_test.nx
about
nx_https_get_test.nx -- KAT for the top-level user-facing
nx_https_get primitive.
Full happy-path against a real public HTTPS server is
exercised by Arc A's end-to-end demo (queued). This KAT
verifies the orchestrator's contract surface:
- bad URL (no scheme) -> BAD_URL
- http:// (wrong scheme) -> BAD_URL
- URL with non-routable IP-in-host -> CONNECT_FAIL or
HANDSHAKE_FAIL (platform-dep; DNS resolves "0.0.0.0" or
similar to a connect-failure)
- sealed verdict gate
expect_exit: 0
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_x509_trust_store.nxnx_https_get.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
| 21 | func main() -> i64 |