diff --git a/docs/xml/Org.Apache.Http.Protocol/HttpRequestExecutor.xml b/docs/xml/Org.Apache.Http.Protocol/HttpRequestExecutor.xml
index a144b74ac..c5c096b82 100644
--- a/docs/xml/Org.Apache.Http.Protocol/HttpRequestExecutor.xml
+++ b/docs/xml/Org.Apache.Http.Protocol/HttpRequestExecutor.xml
@@ -113,7 +113,7 @@
the response, to obtain the status code
Decide whether a response comes with an entity.
- To be added.
+ if the response can have an entity; otherwise, .
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -149,7 +149,7 @@
the connection over which the request was sent
the context for receiving the response
Wait for and receive a response.
- To be added.
+ The final response, not yet post-processed.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -190,7 +190,7 @@
already established
the context for sending the request
Send a request over a connection.
- To be added.
+ A terminal response received as part of an expect-continue handshake, or if no terminal response is received.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -227,9 +227,9 @@
the request to send. It will be preprocessed.
the open connection over which to send
- To be added.
+ the context for sending and receiving the request
Synchronously send a request and obtain the response.
- To be added.
+ The response to the request, post-processed.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.