You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/predicate/GatewayRequestPredicates.java
+28-2Lines changed: 28 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -126,12 +126,22 @@ public static RequestPredicate method(HttpMethod... methods) {
126
126
returnRequestPredicates.methods(methods);
127
127
}
128
128
129
-
@Shortcut
130
129
publicstaticRequestPredicatehost(Stringpattern) {
131
130
Assert.notNull(pattern, "'pattern' must not be null");
Copy file name to clipboardExpand all lines: spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java
0 commit comments