code wiki / https
topic: https
42 modules sharing the https name family (derived from the tree's prefix discipline).
The 'https' topic family in the Nishi sovereign ecosystem provides a comprehensive set of tools for secure, authenticated HTTPS communication. The nx_https_cert_pipeline ensures robust certificate verification, while nx_https_client offers a convenient wrapper for TLS and DNS integration. The nx_https_get serves as the top-level user-facing primitive for initiating HTTPS requests, enabling secure data retrieval within the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_https_cert_pipeline.nx | top-level HTTPS cert verification | 297 | 5 |
| nx_https_cert_pipeline_test.nx | minimal KAT for the HTTPS | 125 | 1 |
| nx_https_client.nx | HTTPS convenience wrapper (TLS+DNS glue). | 349 | 6 |
| nx_https_client_gate.nx | THE GATE FOR THE STUB HTTPS CLIENT, 2026-09-03. | 106 | 1 |
| nx_https_fetch.nx | sovereign authed / extra-header HTTPS GET, REUSABLE primitive (LangIntel oracle lever). | 80 | 1 |
| nx_https_fetch_file.nx | SOVEREIGN LARGE-ARTIFACT FETCH: stream an https response BODY straight to a | 96 | 4 |
| nx_https_fetch_follow.nx | Fetcher upgrade F-2: LIVE redirect-following fetch. | 761 | 27 |
| nx_https_fetch_follow_test.nx | LIVE gate for fetcher F-2 (redirect-follow). | 49 | 4 |
| nx_https_fetch_lib.nx | the sovereign HTTPS GET composition, as a LIBRARY. | 783 | 23 |
| nx_https_fetch_lib_gate.nx | runtime proof for the fetch composition extracted | 146 | 2 |
| nx_https_fetch_test.nx | KAT for the structured-response top- | 51 | 1 |
| nx_https_get.nx | THE TOP-LEVEL USER-FACING HTTPS FETCH PRIMITIVE. | 228 | 4 |
| nx_https_get_cli.nx | the OPERATOR/MCP-facing sovereign HTTPS fetch (replaces WebFetch + curl). | 181 | 6 |
| nx_https_get_cli2.nx | CANARY of the sovereign HTTPS fetch with HELLO AUTO-FALLBACK (seq759 design, finally real). | 367 | 13 |
| nx_https_get_cli2_body_gate.nx | 44 | 1 | |
| nx_https_get_cli2_candidate.nx | CANARY of the sovereign HTTPS fetch with HELLO AUTO-FALLBACK (seq759 design, finally real). | 355 | 13 |
| nx_https_get_complete.nx | step 4 of the nx_https_client | 516 | 22 |
| nx_https_get_complete_test.nx | KAT for the HTTP GET | 69 | 1 |
| nx_https_get_happy_test.nx | REAL fork+child happy-path KAT | 657 | 23 |
| nx_https_get_hdr.nx | generic sovereign HTTPS GET with a CALLER-SUPPLIED request header, over the FULL | 75 | 4 |
| nx_https_get_live_demo_test.nx | LIVE-FIRE demo against | 131 | 1 |
| nx_https_get_live_github_test.nx | LIVE external-CA regression gate for the GitHub certificate class. | 101 | 5 |
| nx_https_get_live_google_test.nx | live HTTPS fetch against | 138 | 2 |
| nx_https_get_live_real_ca_test.nx | THE final Arc A milestone. | 182 | 2 |
| nx_https_get_spoof.nx | validated-TLS HTTPS GET that SPOOFS a real browser (X-TORRENT-SPOOF R2): | 149 | 9 |
| nx_https_get_stream.nx | STREAMING TLS GET (the M3-into-fetch piece): parse response headers, then stream the | 163 | 12 |
| nx_https_get_test.nx | KAT for the top-level user-facing | 67 | 1 |
| nx_https_ka_probe.nx | R4 ISOLATED PROOF: HTTP/1.1 KEEP-ALIVE connection reuse over ONE TLS session. | 158 | 10 |
| nx_https_ladder_gate.nx | teeth for the TLS-1.3 -> Chrome-hello -> TLS-1.2 fetch ladder's ONE decision, | 51 | 1 |
| nx_https_loopback_test.nx | HTTPS-class fork loopback over real | 570 | 35 |
| nx_https_pipeline_e2e_test.nx | THE end-to-end happy-path KAT | 366 | 8 |
| nx_https_post_complete.nx | HTTPS POST companion to | 187 | 5 |
| nx_https_post_complete_test.nx | compile + symbol-resolution gate. | 37 | 1 |
| nx_https_post_lib.nx | URL-LEVEL HTTPS POST WITH A BODY. The primitive that was missing. | 256 | 9 |
| nx_https_post_lib_gate.nx | THE GATE FOR URL-LEVEL HTTPS POST, 2026-09-03. | 212 | 4 |
| nx_https_redirect.nx | Fetcher upgrade F-1: SOVEREIGN redirect handling. | 45 | 2 |
| nx_https_redirect_test.nx | gate for fetcher upgrade F-1 (redirect logic). | 65 | 4 |
| nx_https_truncation_gate.nx | teeth for the TLS-1.3 short-body check in nx_https_get_complete.nx. | 184 | 5 |
| nx_https_url_connect.nx | step 2 of the nx_https_client | 220 | 6 |
| nx_https_url_connect_test.nx | KAT for the URL+DNS+TCP step 2 | 71 | 1 |
| nx_https_url_for_fetch.nx | step 1 of the HTTPS fetch | 122 | 4 |
| nx_https_url_for_fetch_test.nx | KAT for the HTTPS URL | 121 | 2 |