diff --git a/doc/go1.7.html b/doc/go1.7.html index 37e1e56d24..3ae036cc5b 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -379,6 +379,13 @@ and the Go blog post “Go Concurrent Patterns: Context.”

+

HTTP Tracing

+ +

+Go 1.7 introduces net/http/httptrace, +a package that provides mechanisms for tracing events within HTTP requests. +

+

Testing