diff --git a/doc/go1.18.html b/doc/go1.18.html index 5f4cc591b7..90bc0aa132 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -713,6 +713,14 @@ Do not send CLs removing the interior tags from such phrases. Cookie.Valid method reports whether the cookie is valid.

+ +

+ The new + MaxBytesHandler + function creates a Handler

code> that wraps its + ResponseWriter and Request.Body with a + MaxBytesReader. +