Skip to main content

construct_agent

Function construct_agent 

Source
pub fn construct_agent(args: &[Value]) -> Value
Expand description

new http.Agent([options]) — a minimal connection-pool holder. We open a fresh connection per request (no reuse), so the agent only carries its configuration for the JS side to read back.