You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2021/02/18 13:58:12 UTC

[httpcomponents-core] branch 5.2.x updated: Add URIBuilder#getFirstQueryParam(String) to query a parameter by name. #264.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 5.2.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/5.2.x by this push:
     new fd44315  Add URIBuilder#getFirstQueryParam(String) to query a parameter by name. #264.
fd44315 is described below

commit fd443155b9b3a58d90bafbf1c978c6d08cd4d2e2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 18 08:58:08 2021 -0500

    Add URIBuilder#getFirstQueryParam(String) to query a parameter by name.
    #264.
---
 RELEASE_NOTES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 3ac6f3b..9c65b17 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -7,6 +7,9 @@ new features as well as bug fixes from the stable 5.0.x and 5.1.x branches.
 * Let TimeValue/Timeout convert to and from Duration. #263.
   Contributed by Gary Gregory <garydgregory at gmail.com>
 
+* Add URIBuilder#getFirstQueryParam(String) to query a parameter by name. #264.
+  Contributed by Gary Gregory <garydgregory at gmail.com>
+
 
 Release 5.1 BETA2
 ------------------