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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# SimpleResponseInfoValidator
2
-
It is simple wrapping builder class for `java.net.http.HttpResponse.BodyHandler<T>` which allows do assertion if incoming http response have desired status code, headers or protocol version before receiving full http response.
2
+
It is simple wrapping builder class for `java.net.http.HttpResponse.BodyHandler<T>` which allows do validation if incoming http response have desired status code, headers or protocol version before receiving full http response.
3
3
```
4
4
A BodyHandler is a function that takes a ResponseInfo object; and which returns a BodySubscriber. The BodyHandler is invoked when the response status code and headers are available, but before the response body bytes are received.
0 commit comments