httpdebug

package
v0.19.1123 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2026 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package httpdebug provides an http.RoundTripper that traces every request and prints per-phase timings (DNS, connect, TLS, server wait, transfer) to stderr. Headers and bodies are never printed.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Flush

func Flush()

func PrintSummary

func PrintSummary(w io.Writer, wall time.Duration)

PrintSummary flushes pending request lines, then prints cumulative API call stats alongside the run's wall-clock time.

Types

type Transport

type Transport struct {
	// contains filtered or unexported fields
}

func NewTransport

func NewTransport(base http.RoundTripper) *Transport

func (*Transport) RoundTrip

func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)

Jump to

Keyboard shortcuts

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