Documentation
¶
Overview ¶
Package httpx builds the *http.Client the CLI uses for every outbound request.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New returns an *http.Client whose transport applies sane per-connection timeouts, identifies the CLI with userAgent, and retries idempotent read requests on transient failures.
It deliberately sets no overall Client.Timeout: the bound comes from the request context, so cancellation works and a per-request deadline does not have to fight a fixed cap.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.