Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
doc/go1.5: mention net/http.Request.Cancel
Browse files Browse the repository at this point in the history
This was added in commit 8b4278f.

Change-Id: I95279f2779c2bab2767e34389fb4324900c01e6c
Reviewed-on: https://go-review.googlesource.com/11952
Reviewed-by: Rob Pike <[email protected]>
  • Loading branch information
jacobsa authored and robpike committed Jul 8, 2015
1 parent b6ead9f commit bd45bce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/go1.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,13 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
variable.
</li>

<li>
The <a href="/pkg/net/http/"><code>net/http</code></a> package's
<a href="/pkg/net/http#Request"><code>Request</code></a> type adds a
<code>Cancel</code> field, a channel to signal that the request has been
canceled.
</li>

<li>
The <a href="/pkg/net/mail/"><code>net/mail</code></a> package
adds a <a href="/pkg/net/mail/#AddressParser"><code>AddressParser</code></a>
Expand Down

0 comments on commit bd45bce

Please sign in to comment.