nx_http_client.nx
buildroot/runtime/nx_http_client.nx
about
dependencies 4 imports · 45 importers
diagram shows first 10 each side; +0 more imports, +35 more importers in the complete lists below.
imports: nx_syscalls.nxnx_connect.nxnx_dec_emit.nxnx_codec_caps.nx
imported by: nx_acme_http.nxnx_aw_smoke.nxnx_browser_image_demo_test.nxnx_browser_page_demo_test.nxnx_cms_admin_gate.nxnx_cms_webdev_gate.nxnx_crawl_bfs.nxnx_crawl_main.nxnx_crawl_polite.nxnx_crawl_run.nxnx_embed_live_gate.nxnx_f32_llm_serve.nxnx_forge_model.nxnx_http_client_post_test.nxnx_http_fetch.nxnx_http_loopback_gate.nxnx_http_post.nxnx_http_post_gate.nxnx_http_probe.nxnx_http_tracker.nxnx_https_client.nxnx_https_get_complete.nxnx_https_get_spoof.nxnx_https_get_stream.nxnx_https_post_complete.nxnx_live_crawl.nxnx_llm_batch_serve.nxnx_media_e2e_gate.nxnx_mesh_autoscale.nxnx_mesh_gen.nxnx_mesh_hostagent.nxnx_mesh_lb.nxnx_mesh_probe.nxnx_office_serve.nxnx_search_crawl_server.nxnx_studio_e2e_gate.nxnx_torrent_daemon_gate.nxnx_torrent_gw.nxnx_torrent_stream_live_gate.nxnx_video_get.nxnx_vroom_loadtest.nxnx_wiki_projects.nxnx_writehub_grow.nxnx_writehub_seat.nxnx_writer_probe.nx
structs
| none |
consts
| 35 | const NX_MAGIC_1024: i64 = 1024 |
| 64 | const NX_MAGIC_4096: i64 = 4096 |
| 67 | const NX_HTTP_C_VERDICT_UNKNOWN: i64 = 0 |
| 68 | const NX_HTTP_C_VERDICT_OK: i64 = 1 |
| 69 | const NX_HTTP_C_VERDICT_SOCKET_FAIL: i64 = 2 |
| 70 | const NX_HTTP_C_VERDICT_CONNECT_FAIL: i64 = 3 |
| 71 | const NX_HTTP_C_VERDICT_SEND_FAIL: i64 = 4 |
| 72 | const NX_HTTP_C_VERDICT_RECV_FAIL: i64 = 5 |
| 73 | const NX_HTTP_C_VERDICT_N: i64 = 6 |
| 88 | const NX_HTTP_C_CONNECT_MS: i64 = 6000 |
functions
| 52 | func hc_put_caps(out: *u8, o: i64) -> i64 |
| 90 | func nx_http_client_build_request( called by 12: _acme_http12_roundtripmainmainnx_http_client_gethf_fetch12_oncenx_https_get_complete+6 calls 1: hc_put_caps |
| 146 | func nx_http_client_build_request_xhdr( |
| 190 | func nx_http_client_build_request_cookie( |
| 251 | func nx_http_client_build_request_post( called by 16: _acme_http12_roundtripci_post_embedfm_post_genmainmainmain+10 calls 1: nx_dec_emit_u63 |
| 320 | func nx_http_client_sockaddr_ipv4( |
| 340 | func _drain(fd: i64, buf: *u8, cap: i64) -> i64 called by 6: ci_post_embedfm_post_gennx_http_client_getg_postg_post_formg_get_range calls 1: sys_read |
| 357 | func nx_http_client_get( |
| 396 | func nx_http_c_verdict_is_valid(v: i64) -> i64 |