Skip to main content

fetch_node_features_http

Function fetch_node_features_http 

Source
pub async fn fetch_node_features_http(
    url: &str,
    client: &HttpClient,
) -> Option<[f32; 128]>
Expand description

Fetch updated features for a node via HTTP (no browser).

Prefers HTTP GET + structured data for nodes that had JSON-LD data. Returns updated feature vector, or None if HTTP fetch fails.