nx_https_url_for_fetch.nx
buildroot/runtime/nx_https_url_for_fetch.nx
about
dependencies 2 imports · 80 importers
diagram shows first 10 each side; +0 more imports, +70 more importers in the complete lists below.
imports: nx_syscalls.nxnx_url.nx
imported by: _dlr_probe.nx_h2_fetch_google.nx_h2_fetch_rumble.nx_h2_probe_imgsearch.nx_h2_probe_imgsearch_ua.nx_h2_reach_probe.nxnx_acme_directory_live.nxnx_acme_directory_live_real_ca_test.nxnx_acme_http.nxnx_app_monitor.nxnx_aw_verify_gate.nxnx_browser_own_site_live_test.nxnx_cad_verify_gate.nxnx_chrome_fetch_probe.nxnx_connect_live_verify.nxnx_crew_live_verify.nxnx_dev_api_build_probe.nxnx_fetch_jellyfin_test.nxnx_funcheck.nxnx_gallery_auth_research_fetch.nxnx_hf_probe.nxnx_hifigan_stream_fetch.nxnx_hls_live_probe.nxnx_https_fetch.nxnx_https_fetch_file.nxnx_https_fetch_follow.nxnx_https_fetch_lib.nxnx_https_get.nxnx_https_get_cli.nxnx_https_get_cli2.nxnx_https_get_live_demo_test.nxnx_https_get_live_google_test.nxnx_https_get_live_real_ca_test.nxnx_https_ka_probe.nxnx_https_url_connect.nxnx_https_url_for_fetch_test.nxnx_hub_lib_verify_gate.nxnx_hub_verify_gate.nxnx_iot_fetch_probe.nxnx_iot_verify_gate.nxnx_lib_fetch.nxnx_lib_fetch_cookie.nxnx_library_fetch.nxnx_login_e2e_probe.nxnx_mcp_call.nxnx_mgmt_client.nxnx_model_fetch.nxnx_night_fetch_test.nxnx_nist_verify_gate.nxnx_office_live_verify.nxnx_onsite_frontier_fetch.nxnx_onsite_research_fetch.nxnx_orch_verify_gate.nxnx_porkbun_ping_probe.nxnx_research_fetch_wiki_test.nxnx_research_ka.nxnx_scilib_verify_gate.nxnx_sclass_ux_research_fetch.nxnx_semantic_research_fetch.nxnx_site_probe.nxnx_sovgit_push.nxnx_survey_live_verify.nxnx_tls12_client.nxnx_tls12_handshake_gate.nxnx_tls12_mutant.nxnx_tls12_probe.nxnx_tls12_probe_test.nxnx_tls12_req.nxnx_tls13_ch_compat_test.nxnx_tls13_recv_hs_diff_test.nxnx_tls13_recv_hs_probe_test.nxnx_url_probe.nxnx_url_truth_gate.nxnx_uxf_fetch_avro.nxnx_uxf_fetch_protobuf.nxnx_web_crawl_breadth.nxnx_web_crawl_index.nxnx_webpub_fetch.nxnx_ws_client_session.nxnx_zerodt_fetch.nx
structs
| 60 | struct NxHttpsTarget |
consts
| 50 | const NX_MAGIC_65535: i64 = 65535 |
| 52 | const NX_HTTPS_URL_OK: i64 = 1 |
| 53 | const NX_HTTPS_URL_BAD_PARSE: i64 = 2 |
| 54 | const NX_HTTPS_URL_WRONG_SCHEME: i64 = 3 |
| 55 | const NX_HTTPS_URL_BAD_PORT: i64 = 4 |
| 56 | const NX_HTTPS_URL_VERDICT_N: i64 = 5 |
| 58 | const NX_HTTPS_DEFAULT_PORT: i64 = 443 |
functions
| 65 | func nx_https_url_verdict_is_valid(v: i64) -> i64 called by 1: main |
| 74 | func _scheme_is_https(url_str: *u8, scheme_off: i64, scheme_len: i64) -> i64 called by 1: nx_https_url_for_fetch |
| 98 | func nx_https_url_for_fetch(url_str: *u8, out_target: *NxHttpsTarget) -> i64 |
| 120 | func main() -> i64 |