Skip to content

Commit 6a0fd18

Browse files
committed
doc: mention net/http/httptrace package in release notes
Updates #15810 Change-Id: I689e18409a88c9e8941aa2e98f472c331efd455e Reviewed-on: https://go-review.googlesource.com/23674 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 17f7461 commit 6a0fd18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/go1.7.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,13 @@ <h3 id="context">Context</h3>
379379
<a href="https://blog.golang.org/context">Go Concurrent Patterns: Context</a>.”
380380
</p>
381381

382+
<h3 id="httptrace">HTTP Tracing</h3>
383+
384+
<p>
385+
Go 1.7 introduces <a href="/pkg/net/http/httptrace/"><code>net/http/httptrace</code></a>,
386+
a package that provides mechanisms for tracing events within HTTP requests.
387+
</p>
388+
382389
<h3 id="testing">Testing</h3>
383390

384391
<p>

0 commit comments

Comments
 (0)