From ea0d42903579b0e8cd8b4a44282840ecd7787c34 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 09:38:39 -0500 Subject: [PATCH 1/2] Document Apache cookie spec factory Refs #266 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml b/docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml index 3a18ae1eb..2068020ec 100644 --- a/docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml +++ b/docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml @@ -29,7 +29,7 @@ - To be added. + Factory interface for implementations. @@ -63,10 +63,9 @@ - To be added. - - - To be added. + HTTP parameters. + Creates a instance using the given HTTP parameters. + A cookie specification. 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 586afaade1c59a2df97699d131f01228333655f6 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 09:49:44 -0500 Subject: [PATCH 2/2] Clarify Apache cookie factory docs Refs #266 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml b/docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml index 2068020ec..56bc01fa2 100644 --- a/docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml +++ b/docs/xml/Org.Apache.Http.Cookies/ICookieSpecFactory.xml @@ -63,9 +63,9 @@ - HTTP parameters. + The HTTP parameters used to create the . Creates a instance using the given HTTP parameters. - A cookie specification. + The created . 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.