File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
692
692
< dl id ="math/big "> < dt > < a href ="/pkg/math/big/ "> math/big</ a > </ dt >
693
693
< dd >
694
694
< p > <!-- https://go.dev/issue/50489, CL 539299 -->
695
- The new method < a href ="/pkg/math/big#Rat.FloatPrec "> Rat.FloatPrec</ a > computes the number of fractional decimal digits
695
+ The new method < a href ="/pkg/math/big#Rat.FloatPrec "> < code > Rat.FloatPrec</ code > </ a > computes the number of fractional decimal digits
696
696
required to represent a rational number accurately as a floating-point number, and whether accurate decimal representation
697
697
is possible in the first place.
698
698
</ p >
@@ -736,9 +736,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
736
736
< a href ="/doc/godebug "> < code > GODEBUG</ code > </ a > field < code > httplaxcontentlength=1</ code > .
737
737
</ p >
738
738
739
- <!-- <p><\!-- CL 528355 -\-> -->
740
- <!-- TODO: <a href="https://go.dev/cl/528355">https://go.dev/cl/528355</a>: net/http: implement path value methods on Request; modified api/next/61410.txt -->
741
- <!-- </p> -->
739
+ < p > <!-- https://go.dev/issue/61410, CL 528355 -->
740
+ The new method
741
+ < a href ="/pkg/net/http#Request.PathValue "> < code > Request.PathValue</ code > </ a >
742
+ returns path wildcard values from a request
743
+ and the new method
744
+ < a href ="/pkg/net/http#Request.SetPathValue "> < code > Request.SetPathValue</ code > </ a >
745
+ sets path wildcard values on a request.
746
+ </ p >
742
747
</ dd >
743
748
</ dl > <!-- net/http -->
744
749
You can’t perform that action at this time.
0 commit comments