We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2a642 commit c8f66a0Copy full SHA for c8f66a0
1 file changed
web/httpclient/README.md
@@ -15,7 +15,7 @@ the body content from a given source, for instance, from a string or a file.
15
receives after sending an *HttpRequest*.
16
* **HttpResponse.BodyHandler**: It is a functional interface that accepts some information about the response (status code and headers),
17
and returns a *BodySubscriber*, which itself handles consuming the response body.
18
-* **HttpResponse.BodySubscriber**: subscribes for the response body and consumes its bytes into some other form (a string, a file,
+* **HttpResponse.BodySubscriber**: It subscribes for the response body and consumes its bytes into some other form (a string, a file,
19
or some other storage type).
20
21
*BodyPublisher* is a subinterface of *Flow.Publisher*, introduced in Java 9. Similarly, *BodySubscriber* is a subinterface
0 commit comments