Skip to content

Commit 608cf57

Browse files
authored
Update README.md
1 parent 7fec16b commit 608cf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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.
33
```
44
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.
55
```

0 commit comments

Comments
 (0)