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-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunctions.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,12 @@ public static ExchangeFilterFunction statusError(Predicate<HttpStatusCode> statu
79
79
* Return a filter that applies HTTP Basic Authentication to the request
80
80
* headers via {@link HttpHeaders#setBasicAuth(String)} and
Copy file name to clipboardExpand all lines: spring-webflux/src/test/java/org/springframework/web/reactive/function/client/ExchangeFilterFunctionsTests.java
0 commit comments