From ad4ed87f80c33f23bdd3767ef3208f15a1fb5c90 Mon Sep 17 00:00:00 2001
From: Toshihiro Shiino NewRequestWithContext
has been added and it
accepts a Context
that controls the entire lifetime of
the created outgoing Request
, suitable for use with
- Client.Do
and Transport.RoundTrip
+ Client.Do
and Transport.RoundTrip
.
@@ -876,7 +876,7 @@ godoc
Tracebacks, runtime.Caller
,
and runtime.Callers
now refer to the function that
initializes the global variables of PKG
- as PKG.init
instead of PKG.init.ializers
+ as PKG.init
instead of PKG.init.ializers
.