We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585c9e8 commit ef454fdCopy full SHA for ef454fd
doc/go1.12.html
@@ -694,6 +694,20 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
694
695
</dl><!-- net/http -->
696
697
+<dl id="net/url"><dt><a href="/pkg/net/url/">net/url</a></dt>
698
+ <dd>
699
+ <p><!-- CL 159157, CL 160178 -->
700
+ <a href="/pkg/net/url/#Parse"><code>Parse</code></a>,
701
+ <a href="/pkg/net/url/#ParseRequestURI"><code>ParseRequestURI</code></a>,
702
+ and
703
+ <a href="/pkg/net/url/#URL.Parse"><code>URL.Parse</code></a>
704
+ now return an
705
+ error for URLs containing ASCII control characters, which includes NULL,
706
+ tab, and newlines.
707
+ </p>
708
+
709
+</dl><!-- net/url -->
710
711
<dl id="net/http/httputil"><dt><a href="/pkg/net/http/httputil/">net/http/httputil</a></dt>
712
<dd>
713
<p><!-- CL 146437 -->
0 commit comments