variable globalAgent
Usage in Deno
```typescript import { globalAgent } from "node:node__http.d.ts"; ```Global instance of `Agent` which is used as the default for all HTTP client
requests. Diverges from a default `Agent` configuration by having `keepAlive`
enabled and a `timeout` of 5 seconds.