mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
4 lines
181 B
Markdown
4 lines
181 B
Markdown
|
|
For inbound requests, the new [Request.Pattern] field contains the [ServeMux]
|
||
|
|
pattern (if any) that matched the request. This field is not set when
|
||
|
|
`GODEBUG=httpmuxgo121=1` is set.
|