MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / http_agent

Function http_agent

tests/common/mod.rs:385–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

383}
384
385pub fn http_agent() -> ureq::Agent {
386 http_agent_with_timeout(Duration::from_secs(4))
387}
388
389pub fn http_agent_with_timeout(timeout: Duration) -> ureq::Agent {
390 ureq::Agent::config_builder()

Calls 1

http_agent_with_timeoutFunction · 0.85