updating github.com/emicklei/go-restful to v2.9.5+incompatible
This commit is contained in:
2
vendor/github.com/emicklei/go-restful/router.go
generated
vendored
2
vendor/github.com/emicklei/go-restful/router.go
generated
vendored
@@ -7,6 +7,8 @@ package restful
|
||||
import "net/http"
|
||||
|
||||
// A RouteSelector finds the best matching Route given the input HTTP Request
|
||||
// RouteSelectors can optionally also implement the PathProcessor interface to also calculate the
|
||||
// path parameters after the route has been selected.
|
||||
type RouteSelector interface {
|
||||
|
||||
// SelectRoute finds a Route given the input HTTP Request and a list of WebServices.
|
||||
|
Reference in New Issue
Block a user