trace

command
v0.0.0-...-b446b4a Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2020 License: MIT Imports: 9 Imported by: 0

README

HTTP Tracing with net/http/httptrace

The Go blog introduce httptrace (hooks) for these HTTP events:

  • Connection creation
  • Connection reuse
  • DNS lookups
  • Writing the request to the wire
  • Reading the response

Usage

$ go run main.go https://baidu.com/

Refs

Imitation is the sincerest form of flattery.

https://github.com/davecheney/httpstat

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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