code wiki / url
topic: url
16 modules sharing the url name family (derived from the tree's prefix discipline).
The 'url' topic family in the Nishi sovereign ecosystem provides tools for parsing, canonicalizing, and handling URLs within the system. The nx_url module offers a minimal URL parser based on RFC 3986, while nx_url_canon transforms HTML attributes into standardized WIRE URLs. nx_url_canonical ensures proper percent-encoding and decoding, supporting consistent URL manipulation across 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_url.nx | minimal URL parser (RFC 3986 subset). | 237 | 3 |
| nx_url_canon.nx | HTML attribute -> WIRE URL canonicaliser. LIB (no main, no imports). | 340 | 10 |
| nx_url_canonical.nx | URL percent-encoding + decoding (RFC 3986). | 155 | 7 |
| nx_url_get.nx | the sovereign FETCH-VERIFY CLI that was missing from the live-publish loop. A thin, | 67 | 5 |
| nx_url_index.nx | Fetches and indexes a single live URL into the web scope using a neutral, sovereign stack. | 231 | 6 |
| nx_url_params.nx | bits-up URL query-string parser for the Nishi | 147 | 7 |
| nx_url_params_test.nx | smoke for nx_url_params.nx. | 67 | 3 |
| nx_url_parse_test.nx | does nx_url_parse keep the PATH when the URL has an | 26 | 4 |
| nx_url_probe.nx | SOVEREIGN, PARAMETERIZED live URL probe (no curl/wget). A real HTTPS GET through the | 99 | 5 |
| nx_url_resolve.nx | RFC 3986 §5.2 relative-URL resolution. | 374 | 6 |
| nx_url_resolve_test.nx | KAT for RFC 3986 §5.2 examples. | 108 | 5 |
| nx_url_safety_gate.nx | REFEREE for nx_url_safety_lib (the ONE SSRF URL ruler, mediaingest R11). | 133 | 3 |
| nx_url_safety_lib.nx | THE ONE SSRF URL-SAFETY RULER (/compare/mediaingest R11 ge_edge_push). | 152 | 8 |
| nx_url_scrub.nx | ADDITIVE repair for poisoned url:<cid> rows (the 2026-07-03 empty-literal bug stamped | 93 | 4 |
| nx_url_truth_gate.nx | ADVERSARIAL reproducibility gate (operator doctrine: a "live" claim must AGREE with | 99 | 8 |
| url.nx | URL percent-encoding + decoding (RFC 3986). | 149 | 7 |