diff --git a/doc/go1.22.html b/doc/go1.22.html index 44d783e1bd621..b04f50192cc00 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -692,7 +692,7 @@

Minor changes to the library

math/big

- The new method Rat.FloatPrec computes the number of fractional decimal digits + The new method Rat.FloatPrec computes the number of fractional decimal digits required to represent a rational number accurately as a floating-point number, and whether accurate decimal representation is possible in the first place.

@@ -736,9 +736,14 @@

Minor changes to the library

GODEBUG field httplaxcontentlength=1.

- - - +

+ The new method + Request.PathValue + returns path wildcard values from a request + and the new method + Request.SetPathValue + sets path wildcard values on a request. +