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

+ The + new Server + field EnableHTTP2 + supports enabling HTTP/2 on the test server. +

+
+
+
plugin