Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for httpmuxgo121 (0.2 sec)

  1. doc/godebug.md

    Go 1.22 changed the behavior of ServeMux to accept extended
    patterns and unescape both patterns and request paths by segment.
    This behavior can be controlled by the
    [`httpmuxgo121` setting](/pkg/net/http/#ServeMux).
    
    Go 1.22 added the [Alias type](/pkg/go/types#Alias) to [go/types](/pkg/go/types)
    for the explicit representation of [type aliases](/ref/spec#Type_declarations).
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  2. doc/go1.22.html

      and some less so—treatment of escaped paths has been improved.
      The change is controlled by a <a href="/doc/godebug"><code>GODEBUG</code></a> field named <code>httpmuxgo121</code>.
      Set <code>httpmuxgo121=1</code> to restore the old behavior.
    </p>
    
    <h3 id="minor_library_changes">Minor changes to the library</h3>
    
    <p>
      As always, there are various minor changes and updates to the library,
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top