ing
This commit is contained in:
16
http/http.go
16
http/http.go
@@ -18,6 +18,22 @@ func (m *HTTPMatcher) Type() string {
|
||||
return "WEB"
|
||||
}
|
||||
|
||||
func (m *HTTPMatcher) Vendor(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *HTTPMatcher) Version(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *HTTPMatcher) OsType(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *HTTPMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *HTTPMatcher) Name(matchCtx *osm.MatchCtx) string {
|
||||
name := "HTTP"
|
||||
if v, ok := matchCtx.GetAttribute("server"); ok {
|
||||
|
||||
Reference in New Issue
Block a user