Skip to content

Commit dbfa9f0

Browse files
committed
refactor!(matcher): drop Pattern from RequestContext interface
1 parent 63782c8 commit dbfa9f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

context.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ type RequestContext interface {
6262
QueryParam(name string) string
6363
// Header retrieves the value of the request header for the given key.
6464
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
6765
}
6866

6967
// Context represents the context of the current HTTP request. It provides methods to access request data and

0 commit comments

Comments
 (0)