]> Cypherpunks repositories - gostls13.git/commit
net/http: add Pattern field in Request to return matched pattern info
authorChen.Zhidong <njutczd@gmail.com>
Thu, 16 May 2024 16:27:58 +0000 (16:27 +0000)
committerJonathan Amsterdam <jba@google.com>
Thu, 16 May 2024 18:42:34 +0000 (18:42 +0000)
commita523152ea1df8d39d923ed90d19662896eff0607
treea962a3f08a8394371615995b982b42f10efb9b9c
parent06b45781603ec6998012ac63b2c0bda32600f682
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>
api/next/66405.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/net/http/66405.md [new file with mode: 0644]
src/net/http/request.go
src/net/http/request_test.go
src/net/http/server.go