We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde4cc2 commit e46591cCopy full SHA for e46591c
doc/go1.18.html
@@ -165,6 +165,18 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
165
</dd>
166
</dl><!-- image/draw -->
167
168
+<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
169
+ <dd>
170
+ <p><!-- CL 330852 -->
171
+ The <code>Dial</code>, <code>DialContext</code>, <code>DialTLS</code> and
172
+ <code>DialTLSContext</code> method fields in
173
+ <a href="/pkg/net/http#Transport"><code>http.Transport</code></a>
174
+ will now be correctly used, if specified, for making HTTP requests when running
175
+ on WebAssembly targets.
176
+ </p>
177
+ </dd>
178
+</dl><!-- net/http -->
179
+
180
<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
181
<dd>
182
<p><!-- CL 356049, 320929 -->
0 commit comments