We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63782c8 commit dbfa9f0Copy full SHA for dbfa9f0
1 file changed
context.go
@@ -62,8 +62,6 @@ type RequestContext interface {
62
QueryParam(name string) string
63
// Header retrieves the value of the request header for the given key.
64
Header(key string) string
65
- // Pattern returns the registered route pattern or an empty string if the handler is called in a scope other than [RouteHandler].
66
- Pattern() string
67
}
68
69
// Context represents the context of the current HTTP request. It provides methods to access request data and
0 commit comments