mirror of
https://github.com/golang/go
synced 2024-11-12 02:40:21 -07:00
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 <iant@golang.org>
This commit is contained in:
parent
17f7461ed6
commit
6a0fd18016
@ -379,6 +379,13 @@ and the Go blog post
|
||||
“<a href="https://blog.golang.org/context">Go Concurrent Patterns: Context</a>.”
|
||||
</p>
|
||||
|
||||
<h3 id="httptrace">HTTP Tracing</h3>
|
||||
|
||||
<p>
|
||||
Go 1.7 introduces <a href="/pkg/net/http/httptrace/"><code>net/http/httptrace</code></a>,
|
||||
a package that provides mechanisms for tracing events within HTTP requests.
|
||||
</p>
|
||||
|
||||
<h3 id="testing">Testing</h3>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user