mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
ctxhttp provides helper functions for performing context-aware HTTP requests. Fixes golang/go#11904 Change-Id: Ib9d2fef48953dbb52f0a70e1ed49ea7fe12b7801 Reviewed-on: https://go-review.googlesource.com/12755 Reviewed-by: David Symonds <dsymonds@golang.org> Reviewed-by: Aaron Jacobs <jacobsa@google.com> Reviewed-by: Dave Day <djd@golang.org>