httpx

package
v2.0.0-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 12 Imported by: 0

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

func New(userAgent string) *http.Client

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL