aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorChen.Zhidong <njutczd@gmail.com>2024-05-16 16:27:58 +0000
committerJonathan Amsterdam <jba@google.com>2024-05-16 18:42:34 +0000
commita523152ea1df8d39d923ed90d19662896eff0607 (patch)
treea962a3f08a8394371615995b982b42f10efb9b9c /api
parent06b45781603ec6998012ac63b2c0bda32600f682 (diff)
downloadgo-a523152ea1df8d39d923ed90d19662896eff0607.tar.xz
net/http: add Pattern field in Request to return matched pattern info
Fixes #66405 Change-Id: Icd80944b6ca081aa7addd4fb85d2b3c29b6c9542 GitHub-Last-Rev: c6e32742c4b733230c82627571b423de45997c24 GitHub-Pull-Request: golang/go#66618 Reviewed-on: https://go-review.googlesource.com/c/go/+/574997 Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/66405.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/66405.txt b/api/next/66405.txt
new file mode 100644
index 0000000000..0b39494f92
--- /dev/null
+++ b/api/next/66405.txt
@@ -0,0 +1 @@
+pkg net/http, type Request struct, Pattern string #66405