From f28163ba629f5841cad06c3fe6566953f61e2598 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 04:11:43 -0500 Subject: [PATCH 1/2] Add Apache HTTP Message XML docs Refs #298 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../AbstractHttpMessage.xml | 20 +++--- .../Org.Apache.Http.Message/BasicHeader.xml | 10 +-- .../BasicHeaderElement.xml | 22 +++--- .../BasicHeaderElementIterator.xml | 4 +- .../BasicHeaderIterator.xml | 20 +++--- .../BasicHeaderValueFormatter.xml | 30 ++++---- .../BasicHeaderValueParser.xml | 70 +++++++++---------- .../BasicHttpEntityEnclosingRequest.xml | 4 +- .../BasicHttpRequest.xml | 4 +- .../BasicHttpResponse.xml | 24 +++---- .../BasicLineFormatter.xml | 22 +++--- .../BasicLineParser.xml | 22 +++--- .../BasicListHeaderIterator.xml | 22 +++--- .../BasicNameValuePair.xml | 14 ++-- .../BasicStatusLine.xml | 12 ++-- .../BasicTokenIterator.xml | 34 ++++----- .../BufferedHeader.xml | 8 +-- .../Org.Apache.Http.Message/HeaderGroup.xml | 16 ++--- .../IHeaderValueFormatter.xml | 8 +-- .../IHeaderValueParser.xml | 26 +++---- .../ILineFormatter.xml | 8 +-- .../Org.Apache.Http.Message/ILineParser.xml | 10 +-- 22 files changed, 205 insertions(+), 205 deletions(-) diff --git a/docs/xml/Org.Apache.Http.Message/AbstractHttpMessage.xml b/docs/xml/Org.Apache.Http.Message/AbstractHttpMessage.xml index 72a0aaec8..8721a4dda 100644 --- a/docs/xml/Org.Apache.Http.Message/AbstractHttpMessage.xml +++ b/docs/xml/Org.Apache.Http.Message/AbstractHttpMessage.xml @@ -223,7 +223,7 @@ the header name to check for. Checks if a certain header is present in this message. - To be added. + true when at least one header has the specified name. 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. @@ -260,7 +260,7 @@ Returns all the headers of this message. - To be added. + All message headers, in the order in which they are sent over a connection. 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. @@ -294,7 +294,7 @@ the name of the header to return. Returns the first header with a specified name of this message. - To be added. + The first header with the specified name, or null when none exists. 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. @@ -334,7 +334,7 @@ the name of the headers to return. Returns all the headers with a specified name of this message. - To be added. + All headers with the specified name, in the order in which they are sent over a connection. 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. @@ -368,7 +368,7 @@ the name of the header to return. Returns the last header with a specified name of this message. - To be added. + The last header with the specified name, or null when none exists. 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. @@ -427,7 +427,7 @@ Returns an iterator of the headers with a given name. - To be added. + An iterator that returns matching headers in the order in which they are sent over a connection. 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. @@ -462,7 +462,7 @@ the name of the headers over which to iterate, or null for all headers Returns an iterator of the headers with a given name. - To be added. + An iterator that returns matching headers in the order in which they are sent over a connection. 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. @@ -535,7 +535,7 @@ Returns the parameters effective for this message as set by . - To be added. + The parameters effective for this message. 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. @@ -564,8 +564,8 @@ Org.Apache.Http.ProtocolVersion - To be added. - To be added. + Gets the protocol version with which this message is compatible. + The compatible protocol version. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicHeader.xml b/docs/xml/Org.Apache.Http.Message/BasicHeader.xml index 9a26414ba..07124ba14 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicHeader.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicHeader.xml @@ -98,8 +98,8 @@ - To be added. - To be added. + The header name. + The header value. Constructor with name and value 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. @@ -168,7 +168,7 @@ Returns an array of s constructed from my value. - To be added. + An array of header elements constructed from this header value. 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. @@ -240,7 +240,7 @@ Returns the header name. - To be added. + The header name. 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. @@ -337,7 +337,7 @@ Returns the header value. - To be added. + The current header value. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicHeaderElement.xml b/docs/xml/Org.Apache.Http.Message/BasicHeaderElement.xml index 354ac6d57..00b5a5893 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicHeaderElement.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicHeaderElement.xml @@ -98,8 +98,8 @@ - To be added. - To be added. + The header element name. + The header element value, which can be null. Constructor with name and value. 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. @@ -136,9 +136,9 @@ - To be added. - To be added. - To be added. + The header element name. + The header element value, which can be null. + The header element parameters, which can be null. The array is retained by reference. Constructor with name, value and parameters. 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. @@ -204,7 +204,7 @@ the index of the parameter, 0-based Obtains the parameter with the given index. - To be added. + The parameter at the specified zero-based index. 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. @@ -239,7 +239,7 @@ The name to search by. Returns parameter with the given name, if found. - To be added. + The parameter with the specified name, or null when none is found. 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. @@ -277,7 +277,7 @@ Get parameters, if any. - To be added. + An array of parameters. A new array is returned for each call and may be modified without affecting this header element. 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. @@ -346,7 +346,7 @@ Returns the name. - To be added. + The header element name. 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. @@ -377,7 +377,7 @@ Obtains the number of parameters. - To be added. + The number of parameters. 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. @@ -474,7 +474,7 @@ Returns the value. - To be added. + The current header element value. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicHeaderElementIterator.xml b/docs/xml/Org.Apache.Http.Message/BasicHeaderElementIterator.xml index 2c276e438..bd23c4f4f 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicHeaderElementIterator.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicHeaderElementIterator.xml @@ -162,7 +162,7 @@ Indicates whether there is another header element in this iteration. - To be added. + true when another header element is available in this iteration. 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. @@ -261,7 +261,7 @@ Obtains the next header element from this iteration. - To be added. + The next header element in this iteration. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicHeaderIterator.xml b/docs/xml/Org.Apache.Http.Message/BasicHeaderIterator.xml index 772f57830..7fe024969 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicHeaderIterator.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicHeaderIterator.xml @@ -82,8 +82,8 @@ - To be added. - To be added. + The array of headers over which to iterate. + The name of headers to iterate, or null for any header. Creates a new header iterator. 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. @@ -139,7 +139,7 @@ An array of headers to iterate over. - To be added. + The header array. It is not modified by this iterator. 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. @@ -167,7 +167,7 @@ The position of the next header in . - To be added. + The position of the next header, or a negative value when the iteration is complete. 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. @@ -199,7 +199,7 @@ the index of the header to check Checks whether a header is part of the iteration. - To be added. + true when the header at the index belongs to this iteration; otherwise, false. 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. @@ -232,7 +232,7 @@ one less than the index to consider first, -1 to search for the first header Determines the index of the next header. - To be added. + The index of the next matching header, or a negative value when no matching headers remain. 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. @@ -263,7 +263,7 @@ Indicates whether there is another header in this iteration. - To be added. + true when another header is available in this iteration. 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. @@ -291,7 +291,7 @@ The header name to filter by. - To be added. + The header name to filter by, or null to iterate all headers. 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. @@ -361,7 +361,7 @@ Returns the next header. - To be added. + The next header in this iteration. 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. @@ -395,7 +395,7 @@ Obtains the next header from this iteration. - To be added. + The next header in this iteration. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicHeaderValueFormatter.xml b/docs/xml/Org.Apache.Http.Message/BasicHeaderValueFormatter.xml index cd910ba52..85847ca66 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicHeaderValueFormatter.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicHeaderValueFormatter.xml @@ -120,7 +120,7 @@ A default instance of this class, for use as default or fallback. - To be added. + The default formatter instance, which provides non-customized behavior. 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. @@ -197,7 +197,7 @@ the header elements to format, or null Estimates the length of formatted header elements. - To be added. + An estimated character length for the formatted header elements. 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. @@ -229,7 +229,7 @@ the header element to format, or null Estimates the length of a formatted header element. - To be added. + An estimated character length for the formatted header element. 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. @@ -261,7 +261,7 @@ the name-value pair to format, or null Estimates the length of a formatted name-value pair. - To be added. + An estimated character length for the formatted name-value pair. 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. @@ -300,7 +300,7 @@ the parameters to format, or null Estimates the length of formatted parameters. - To be added. + An estimated character length for the formatted parameters. 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. @@ -346,7 +346,7 @@ the formatter to use, or null for the Formats an array of header elements. - To be added. + The formatted header elements. 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. @@ -395,7 +395,7 @@ true to always format with quoted values, false to use quotes only when necessary Formats an array of header elements. - To be added. + A buffer containing the formatted header elements. 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. @@ -434,7 +434,7 @@ the formatter to use, or null for the Formats one header element. - To be added. + The formatted header element. 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. @@ -476,7 +476,7 @@ true to always format with quoted values, false to use quotes only when necessary Formats one header element. - To be added. + A buffer containing the formatted header element. 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. @@ -515,7 +515,7 @@ the formatter to use, or null for the Formats one name-value pair, where the value is optional. - To be added. + The formatted name-value pair. 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. @@ -557,7 +557,7 @@ true to always format with a quoted value, false to use quotes only when necessary Formats one name-value pair, where the value is optional. - To be added. + A buffer containing the formatted name-value pair. 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. @@ -603,7 +603,7 @@ the formatter to use, or null for the Formats a set of parameters. - To be added. + The formatted parameters. 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. @@ -652,7 +652,7 @@ true to always format with quoted values, false to use quotes only when necessary Formats the parameters of a header element. - To be added. + A buffer containing the formatted parameters. 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. @@ -684,7 +684,7 @@ the character to check Checks whether a character is a . - To be added. + true when the character is a parameter separator; otherwise, false. 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. @@ -716,7 +716,7 @@ the character to check Checks whether a character is . - To be added. + true when the character is unsafe and must be escaped with a backslash; otherwise, false. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicHeaderValueParser.xml b/docs/xml/Org.Apache.Http.Message/BasicHeaderValueParser.xml index f5fa2a9c9..5e0635bce 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicHeaderValueParser.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicHeaderValueParser.xml @@ -131,8 +131,8 @@ To be added. To be added. To be added. - To be added. - To be added. + Creates a header element for use by ParseHeaderElement. + A header element representing the supplied arguments. 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. @@ -162,10 +162,10 @@ - To be added. - To be added. + The name. + The value, or null. Creates a name-value pair. - To be added. + A name-value pair representing the supplied arguments. 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. @@ -192,8 +192,8 @@ Org.Apache.Http.Message.BasicHeaderValueParser - To be added. - To be added. + Gets the default parser instance, which provides non-customized behavior. + The default parser instance. 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. @@ -270,10 +270,10 @@ - To be added. - To be added. + The buffer holding the header value to parse. + The parser cursor containing the current position and parsing bounds. Parses a header value into elements. - To be added. + All parsed header elements. 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. @@ -309,10 +309,10 @@ - To be added. - To be added. - To be added. - To be added. + The header value to parse. + The parser to use, or null for the default parser. + Parses header elements using the specified parser. + An array of parsed header elements. 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. @@ -345,10 +345,10 @@ - To be added. - To be added. + The buffer holding the header element to parse. + The parser cursor containing the current position and parsing bounds. Parses a single header element. - To be added. + The parsed header element. 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. @@ -378,10 +378,10 @@ - To be added. - To be added. - To be added. - To be added. + The header element to parse. + The parser to use, or null for the default parser. + Parses a header element using the specified parser. + The parsed header element. 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. @@ -414,10 +414,10 @@ - To be added. - To be added. + The buffer holding the name-value pair to parse. + The parser cursor containing the current position and parsing bounds. Parses a name=value specification, where the = and value are optional. - To be added. + The parsed name-value pair. 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. @@ -447,10 +447,10 @@ - To be added. - To be added. - To be added. - To be added. + The name-value pair to parse. + The parser to use, or null for the default parser. + Parses a name-value pair using the specified parser. + The parsed name-value pair. 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. @@ -524,10 +524,10 @@ - To be added. - To be added. + The buffer holding the name-value list to parse. + The parser cursor containing the current position and parsing bounds. Parses parameters with the given parser. - To be added. + All parsed name-value pairs. 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. @@ -563,10 +563,10 @@ - To be added. - To be added. - To be added. - To be added. + The parameter list to parse. + The parser to use, or null for the default parser. + Parses parameters using the specified parser. + An array of parsed parameters. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicHttpEntityEnclosingRequest.xml b/docs/xml/Org.Apache.Http.Message/BasicHttpEntityEnclosingRequest.xml index 6aeae17be..4d48b0d23 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicHttpEntityEnclosingRequest.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicHttpEntityEnclosingRequest.xml @@ -202,7 +202,7 @@ - To be added. + The entity associated with this request. 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. @@ -234,7 +234,7 @@ Tells if this request should use the expect-continue handshake. - To be added. + true when this request should use the expect-continue handshake; otherwise, false. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicHttpRequest.xml b/docs/xml/Org.Apache.Http.Message/BasicHttpRequest.xml index 1fa164ddb..71bb0b19a 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicHttpRequest.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicHttpRequest.xml @@ -232,7 +232,7 @@ Returns the protocol version this message is compatible with. - To be added. + The protocol version with which this request is compatible. 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. @@ -263,7 +263,7 @@ Returns the request line of this request. - To be added. + The request line for this request. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicHttpResponse.xml b/docs/xml/Org.Apache.Http.Message/BasicHttpResponse.xml index 7c9553376..b448b67d6 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicHttpResponse.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicHttpResponse.xml @@ -74,7 +74,7 @@ - To be added. + The response status line. Creates a response from a status line. 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. @@ -127,9 +127,9 @@ - To be added. - To be added. - To be added. + The response status line. + The reason-phrase catalog, or null to disable automatic reason-phrase lookup. + The locale used to look up reason phrases, or null for the system locale. Creates a new response. 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. @@ -159,9 +159,9 @@ - To be added. - To be added. - To be added. + The response protocol version. + The response status code. + The reason phrase for the status code, or null. Creates a response from elements of a status line. 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. @@ -197,7 +197,7 @@ Obtains the message entity of this response, if any. - To be added. + The response entity, or null when none is associated. 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. @@ -229,7 +229,7 @@ the status code for which to look up the reason Looks up a reason phrase. - To be added. + The reason phrase for the status code, or null when there is none. 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. @@ -302,7 +302,7 @@ Obtains the locale of this response. - To be added. + The locale used to determine reason phrases for status codes. 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. @@ -333,7 +333,7 @@ Returns the protocol version this message is compatible with. - To be added. + The protocol version with which this response is compatible. 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. @@ -513,7 +513,7 @@ Obtains the status line of this response. - To be added. + The response status line. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicLineFormatter.xml b/docs/xml/Org.Apache.Http.Message/BasicLineFormatter.xml index 8e33c9efe..49c04f04a 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicLineFormatter.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicLineFormatter.xml @@ -129,7 +129,7 @@ a buffer to which to append, or null the protocol version to format Formats a protocol version. - To be added. + A buffer with the formatted protocol version appended. 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. @@ -157,7 +157,7 @@ A default instance of this class, for use as default or fallback. - To be added. + The default formatter instance, which provides non-customized behavior. 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. @@ -291,7 +291,7 @@ the protocol version to format, or null Guesses the length of a formatted protocol version. - To be added. + An estimated character length for the formatted protocol version. 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. @@ -327,7 +327,7 @@ null for the Formats a header. - To be added. + The formatted header. 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. @@ -366,7 +366,7 @@ The buffer will be cleared before use. the header to format Formats a header. - To be added. + A buffer containing the formatted header. 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. @@ -402,7 +402,7 @@ null for the Formats a protocol version. - To be added. + The formatted protocol version. 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. @@ -438,7 +438,7 @@ null for the Formats a request line. - To be added. + The formatted request line. 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. @@ -477,7 +477,7 @@ The buffer will be cleared before use. the request line to format Formats a request line. - To be added. + A buffer containing the formatted request line. 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. @@ -513,7 +513,7 @@ null for the Formats a status line. - To be added. + The formatted status line. 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. @@ -552,7 +552,7 @@ The buffer will be cleared before use. the status line to format Formats a status line. - To be added. + A buffer containing the formatted status line. 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. @@ -584,7 +584,7 @@ a buffer already available, or null Obtains a buffer for formatting. - To be added. + The cleared supplied buffer, or a new empty buffer for formatting. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicLineParser.xml b/docs/xml/Org.Apache.Http.Message/BasicLineParser.xml index b7256943d..36f32369b 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicLineParser.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicLineParser.xml @@ -95,7 +95,7 @@ - To be added. + The protocol version to parse, or null for HTTP. Only its protocol name is relevant. Creates a new line parser for the given HTTP-like protocol. 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. @@ -153,7 +153,7 @@ the major version number, for example 1 in HTTP/1.0 the minor version number, for example 0 in HTTP/1.0 Creates a protocol version. - To be added. + The protocol version for the supplied major and minor version numbers. 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. @@ -189,7 +189,7 @@ the requested URI the protocol version Instantiates a new request line. - To be added. + A request line created from the supplied method, URI, and protocol version. 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. @@ -225,7 +225,7 @@ the status code the reason phrase Instantiates a new status line. - To be added. + A status line created from the supplied protocol version, status code, and reason phrase. 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. @@ -253,7 +253,7 @@ A default instance of this class, for use as default or fallback. - To be added. + The default parser instance, which provides non-customized behavior. 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. @@ -293,7 +293,7 @@ whitespace before or after the protocol version is implementation dependent. Checks whether there likely is a protocol version in a line. - To be added. + true when a protocol version is likely present at the cursor; otherwise, false. 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. @@ -368,7 +368,7 @@ This buffer MUST NOT be re-used afterwards, since the returned object may reference the contents later. Creates a header from a line. - To be added. + The parsed header. 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. @@ -443,7 +443,7 @@ the parser cursor containing the current position and the bounds within the buffer for the parsing operation Parses the textual representation of a protocol version. - To be added. + The parsed protocol version. 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. @@ -518,7 +518,7 @@ the parser cursor containing the current position and the bounds within the buffer for the parsing operation Parses a request line. - To be added. + The parsed request line. 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. @@ -594,7 +594,7 @@ the parser cursor containing the current position and the bounds within the buffer for the parsing operation Parses a status line. - To be added. + The parsed status line. 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. @@ -659,7 +659,7 @@ A version of the protocol to parse. - To be added. + The protocol version to parse; only the protocol name is normally relevant. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicListHeaderIterator.xml b/docs/xml/Org.Apache.Http.Message/BasicListHeaderIterator.xml index 1ad1ff1ad..a77a8eb1f 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicListHeaderIterator.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicListHeaderIterator.xml @@ -75,8 +75,8 @@ - To be added. - To be added. + The list of headers over which to iterate. + The name of headers to iterate, or null for any header. Creates a new header iterator. 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. @@ -128,7 +128,7 @@ A list of headers to iterate over. - To be added. + The list of headers. Not all entries necessarily participate in this iteration. 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. @@ -156,7 +156,7 @@ The position of the next header in . - To be added. + The position of the next header, or a negative value when the iteration is complete. 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. @@ -188,7 +188,7 @@ the index of the header to check Checks whether a header is part of the iteration. - To be added. + true when the header at the index belongs to this iteration; otherwise, false. 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. @@ -221,7 +221,7 @@ one less than the index to consider first, -1 to search for the first header Determines the index of the next header. - To be added. + The index of the next matching header, or a negative value when no matching headers remain. 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. @@ -252,7 +252,7 @@ Indicates whether there is another header in this iteration. - To be added. + true when another header is available in this iteration. 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. @@ -280,7 +280,7 @@ The header name to filter by. - To be added. + The header name to filter by, or null to iterate all headers. 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. @@ -346,7 +346,7 @@ The position of the last returned header. - To be added. + The position of the last returned header, or a negative value when none has been returned. 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. @@ -378,7 +378,7 @@ Returns the next header. - To be added. + The next header in this iteration. 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. @@ -412,7 +412,7 @@ Obtains the next header from this iteration. - To be added. + The next header in this iteration. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicNameValuePair.xml b/docs/xml/Org.Apache.Http.Message/BasicNameValuePair.xml index 042a89ea1..339542ec2 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicNameValuePair.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicNameValuePair.xml @@ -70,7 +70,7 @@ To be added. To be added. - To be added. + Initializes a name-value pair. The value can be null. 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. @@ -97,9 +97,9 @@ - To be added. - To be added. - To be added. + The name. + The value. + Initializes a name-value pair. The value can be null. 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. @@ -164,7 +164,7 @@ Java.Interop.JniPeerMembers - To be added. + Represents an attribute/value pair. To be added. 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. @@ -195,7 +195,7 @@ Returns the name. - To be added. + The name. 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. @@ -292,7 +292,7 @@ Returns the value. - To be added. + The current value. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicStatusLine.xml b/docs/xml/Org.Apache.Http.Message/BasicStatusLine.xml index 60b22871d..a9dfc1662 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicStatusLine.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicStatusLine.xml @@ -99,9 +99,9 @@ - To be added. - To be added. - To be added. + The response protocol version. + The response status code. + The reason phrase for the status code, or null. Creates a new status line with the given version, status, and reason. 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. @@ -202,7 +202,7 @@ - To be added. + The HTTP version. 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. @@ -234,7 +234,7 @@ - To be added. + The reason phrase. 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. @@ -266,7 +266,7 @@ - To be added. + The status code. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicTokenIterator.xml b/docs/xml/Org.Apache.Http.Message/BasicTokenIterator.xml index 83df7f456..305b1292b 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicTokenIterator.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicTokenIterator.xml @@ -74,7 +74,7 @@ - To be added. + The iterator for the headers to tokenize. Creates a new instance of . 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. @@ -134,7 +134,7 @@ the index of the first token character the index after the last token character Creates a new token to be returned. - To be added. + A string representing the token identified by the supplied arguments. 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. @@ -162,7 +162,7 @@ The value of the current header. - To be added. + The current header value containing the current token. 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 @@ The token to be returned by the next call to . - To be added. + The token to be returned by the next call to NextToken, or null when the iteration is complete. 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. @@ -223,7 +223,7 @@ the position in the current header at which to start the search, -1 to search in the first header Determines the next token. - To be added. + The position after the next token, or a negative value when no token remains. 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. @@ -257,7 +257,7 @@ the position of the first character of the token Determines the ending position of the current token. - To be added. + The position after the last character of the current token. 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. @@ -290,7 +290,7 @@ the position in the current header at which to start the search Determines the position of the next token separator. - To be added. + The position of the next token separator, or the end of the current header. 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. @@ -327,7 +327,7 @@ the position in the current header at which to start the search Determines the starting position of the next token. - To be added. + The position at which the next token starts, or a negative value when none is found. 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. @@ -358,7 +358,7 @@ Indicates whether there is another token in this iteration. - To be added. + true when another token is available in this iteration. 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. @@ -386,7 +386,7 @@ The iterator from which to obtain the next header. - To be added. + The iterator from which the next header is obtained. 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. @@ -452,7 +452,7 @@ the character to check Checks whether a character is an HTTP separator. - To be added. + true when the character is an HTTP separator; otherwise, false. 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. @@ -484,7 +484,7 @@ the character to check Checks whether a character is a valid token character. - To be added. + true when the character is valid at the start of a token; otherwise, false. 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. @@ -516,7 +516,7 @@ the character to check Checks whether a character is a token separator. - To be added. + true when the character is a token separator; otherwise, false. 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. @@ -548,7 +548,7 @@ the character to check Checks whether a character is a whitespace character. - To be added. + true when the character is HTTP whitespace; otherwise, false. 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. @@ -618,7 +618,7 @@ Returns the next token. - To be added. + The next token in this iteration. 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. @@ -653,7 +653,7 @@ Obtains the next token from this iteration. - To be added. + The next token in this iteration. 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. @@ -717,7 +717,7 @@ The position after in . - To be added. + The position after the current token in the current header. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BufferedHeader.xml b/docs/xml/Org.Apache.Http.Message/BufferedHeader.xml index ec8b58ef7..d34089b37 100644 --- a/docs/xml/Org.Apache.Http.Message/BufferedHeader.xml +++ b/docs/xml/Org.Apache.Http.Message/BufferedHeader.xml @@ -78,7 +78,7 @@ - To be added. + The buffer containing the header to represent. Creates a new header from a buffer. 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. @@ -135,7 +135,7 @@ Obtains the buffer with the formatted header. - To be added. + The buffer containing the complete header line. 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. @@ -275,7 +275,7 @@ - To be added. + The header name. 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. @@ -404,7 +404,7 @@ Obtains the start of the header value in the . - To be added. + The beginning of the header value in the buffer. 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. diff --git a/docs/xml/Org.Apache.Http.Message/HeaderGroup.xml b/docs/xml/Org.Apache.Http.Message/HeaderGroup.xml index 24cd750cd..5ecf9321c 100644 --- a/docs/xml/Org.Apache.Http.Message/HeaderGroup.xml +++ b/docs/xml/Org.Apache.Http.Message/HeaderGroup.xml @@ -213,7 +213,7 @@ the header name to test for Tests if headers with the given name are contained within this group. - To be added. + true when at least one header has the specified name; otherwise, false. 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. @@ -277,7 +277,7 @@ Gets all of the headers contained within this group. - To be added. + All headers in this group, as an array of length zero or greater. 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. @@ -309,7 +309,7 @@ the name of the header(s) to get Gets a header representing all of the header values with the given name. - To be added. + A header with the condensed value, or null when no header has the specified name. 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. @@ -341,7 +341,7 @@ the name of the header to get Gets the first header with the given name. - To be added. + The first header with the specified name, or null. 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. @@ -379,7 +379,7 @@ the name of the header(s) to get Gets all of the headers with the given name. - To be added. + All headers with the specified name, preserving their relative insertion order. 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. @@ -411,7 +411,7 @@ the name of the header to get Gets the last header with the given name. - To be added. + The last header with the specified name, or null. 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. @@ -440,7 +440,7 @@ Returns an iterator over the headers with a given name in this group. - To be added. + An iterator over the headers in this group. 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. @@ -473,7 +473,7 @@ the name of the headers over which to iterate, or null for all headers Returns an iterator over the headers with a given name in this group. - To be added. + An iterator over the headers in this group. 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. diff --git a/docs/xml/Org.Apache.Http.Message/IHeaderValueFormatter.xml b/docs/xml/Org.Apache.Http.Message/IHeaderValueFormatter.xml index 2df07f0dd..037e0c4ae 100644 --- a/docs/xml/Org.Apache.Http.Message/IHeaderValueFormatter.xml +++ b/docs/xml/Org.Apache.Http.Message/IHeaderValueFormatter.xml @@ -80,7 +80,7 @@ true to always format with quoted values, false to use quotes only when necessary Formats an array of header elements. - To be added. + A buffer containing the formatted header elements. 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. @@ -119,7 +119,7 @@ true to always format with quoted values, false to use quotes only when necessary Formats one header element. - To be added. + A buffer containing the formatted header element. 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. @@ -158,7 +158,7 @@ true to always format with a quoted value, false to use quotes only when necessary Formats one name-value pair, where the value is optional. - To be added. + A buffer containing the formatted name-value pair. 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. @@ -204,7 +204,7 @@ true to always format with quoted values, false to use quotes only when necessary Formats the parameters of a header element. - To be added. + A buffer containing the formatted parameters. 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. diff --git a/docs/xml/Org.Apache.Http.Message/IHeaderValueParser.xml b/docs/xml/Org.Apache.Http.Message/IHeaderValueParser.xml index 90a499eb2..dac86c2ea 100644 --- a/docs/xml/Org.Apache.Http.Message/IHeaderValueParser.xml +++ b/docs/xml/Org.Apache.Http.Message/IHeaderValueParser.xml @@ -70,10 +70,10 @@ - To be added. - To be added. + The buffer holding the header value to parse. + The parser cursor containing the current position and parsing bounds. Parses a header value into elements. - To be added. + All parsed header elements. 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. @@ -104,10 +104,10 @@ - To be added. - To be added. + The buffer holding the header element to parse. + The parser cursor containing the current position and parsing bounds. Parses a single header element. - To be added. + The parsed header element. 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. @@ -137,10 +137,10 @@ - To be added. - To be added. + The buffer holding the name-value pair to parse. + The parser cursor containing the current position and parsing bounds. Parses a name=value specification, where the = and value are optional. - To be added. + The parsed name-value pair. 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. @@ -176,10 +176,10 @@ - To be added. - To be added. - To be added. - To be added. + The buffer holding the name-value list to parse. + The parser cursor containing the current position and parsing bounds. + Parses a list of name-value pairs used as header-element parameters. + All parsed name-value pairs. 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. diff --git a/docs/xml/Org.Apache.Http.Message/ILineFormatter.xml b/docs/xml/Org.Apache.Http.Message/ILineFormatter.xml index d5ab2adad..cdb0afaf6 100644 --- a/docs/xml/Org.Apache.Http.Message/ILineFormatter.xml +++ b/docs/xml/Org.Apache.Http.Message/ILineFormatter.xml @@ -68,7 +68,7 @@ a buffer to which to append, or null the protocol version to format Formats a protocol version. - To be added. + A buffer with the formatted protocol version appended. 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. @@ -104,7 +104,7 @@ The buffer will be cleared before use. the header to format Formats a header. - To be added. + A buffer containing the formatted header. 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. @@ -140,7 +140,7 @@ The buffer will be cleared before use. the request line to format Formats a request line. - To be added. + A buffer containing the formatted request line. 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. @@ -176,7 +176,7 @@ The buffer will be cleared before use. the status line to format Formats a status line. - To be added. + A buffer containing the formatted status line. 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. diff --git a/docs/xml/Org.Apache.Http.Message/ILineParser.xml b/docs/xml/Org.Apache.Http.Message/ILineParser.xml index 205a36f9b..016f6f488 100644 --- a/docs/xml/Org.Apache.Http.Message/ILineParser.xml +++ b/docs/xml/Org.Apache.Http.Message/ILineParser.xml @@ -71,7 +71,7 @@ whitespace before or after the protocol version is implementation dependent. Checks whether there likely is a protocol version in a line. - To be added. + true when a protocol version is likely present at the cursor; otherwise, false. 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. @@ -105,7 +105,7 @@ This buffer MUST NOT be re-used afterwards, since the returned object may reference the contents later. Creates a header from a line. - To be added. + The parsed header. 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. @@ -142,7 +142,7 @@ the parser cursor containing the current position and the bounds within the buffer for the parsing operation Parses the textual representation of a protocol version. - To be added. + The parsed protocol version. 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. @@ -179,7 +179,7 @@ the parser cursor containing the current position and the bounds within the buffer for the parsing operation Parses a request line. - To be added. + The parsed request line. 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. @@ -216,7 +216,7 @@ the parser cursor containing the current position and the bounds within the buffer for the parsing operation Parses a status line. - To be added. + The parsed status line. 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. From 594f38a7a34a5b41baa43d1d04bdab52803c86e0 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 04:22:26 -0500 Subject: [PATCH 2/2] Correct Apache HTTP Message docs Refs #298 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Org.Apache.Http.Message/BasicNameValuePair.xml | 2 +- docs/xml/Org.Apache.Http.Message/BasicTokenIterator.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/Org.Apache.Http.Message/BasicNameValuePair.xml b/docs/xml/Org.Apache.Http.Message/BasicNameValuePair.xml index 339542ec2..f4d08e3b2 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicNameValuePair.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicNameValuePair.xml @@ -164,7 +164,7 @@ Java.Interop.JniPeerMembers - Represents an attribute/value pair. + To be added. To be added. 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. diff --git a/docs/xml/Org.Apache.Http.Message/BasicTokenIterator.xml b/docs/xml/Org.Apache.Http.Message/BasicTokenIterator.xml index 305b1292b..073b48839 100644 --- a/docs/xml/Org.Apache.Http.Message/BasicTokenIterator.xml +++ b/docs/xml/Org.Apache.Http.Message/BasicTokenIterator.xml @@ -484,7 +484,7 @@ the character to check Checks whether a character is a valid token character. - true when the character is valid at the start of a token; otherwise, false. + true when the character is a valid HTTP token character; otherwise, false. 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.