Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/xml/Org.Apache.Http.Protocol/HttpRequestExecutor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<param name="response">the response, to obtain the status code
</param>
<summary>Decide whether a response comes with an entity.</summary>
<returns>To be added.</returns>
<returns><see langword="true" /> if the response can have an entity; otherwise, <see langword="false" />.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -149,7 +149,7 @@
<param name="conn">the connection over which the request was sent</param>
<param name="context">the context for receiving the response</param>
<summary>Wait for and receive a response.</summary>
<returns>To be added.</returns>
<returns>The final response, not yet post-processed.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -190,7 +190,7 @@
already established</param>
<param name="context">the context for sending the request</param>
<summary>Send a request over a connection.</summary>
<returns>To be added.</returns>
<returns>A terminal response received as part of an expect-continue handshake, or <see langword="null" /> if no terminal response is received.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -227,9 +227,9 @@
<Docs>
<param name="request">the request to send. It will be preprocessed.</param>
<param name="conn">the open connection over which to send</param>
<param name="context">To be added.</param>
<param name="context">the context for sending and receiving the request</param>
<summary>Synchronously send a request and obtain the response.</summary>
<returns>To be added.</returns>
<returns>The response to the request, post-processed.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down