code wiki / https
topic: https
34 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). | 299 | 6 |
| 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 | 97 | 4 |
| nx_https_fetch_follow.nx | Fetcher upgrade F-2: LIVE redirect-following fetch. | 555 | 18 |
| 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. | 462 | 10 |
| 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). | 105 | 5 |
| nx_https_get_cli2.nx | CANARY of the sovereign HTTPS fetch with HELLO AUTO-FALLBACK (seq759 design, finally real). | 400 | 13 |
| nx_https_get_complete.nx | step 4 of the nx_https_client | 350 | 11 |
| 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_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_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 | 184 | 4 |
| nx_https_post_complete_test.nx | compile + symbol-resolution gate. | 37 | 1 |
| 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_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 |