diff --git a/doc/go1.14.html b/doc/go1.14.html index a7e7ac13b2..f66582f180 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -532,6 +532,17 @@ TODO +
net/http
+
+

+ The new Header + method Values + can be used to fetch all values associated with a + canonicalized key. +

+
+
+
net/http/httptest

@@ -543,6 +554,18 @@ TODO

+
net/textproto
+
+

+ The + new MIMEHeader + method Values + can be used to fetch all values associated with a canonicalized + key. +

+
+
+
plugin