You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Bill Higgins <bi...@gmail.com> on 2009/03/15 04:26:11 UTC

utility methods to parse form encoded parameters

Hi, I tried looking for this but no luck. Are there any utility
methods in HttpCore or HttpClient to parse form encoded parameters?
E.g. something like name1=value1&name2=value2

Thanks in advance.

-- 

- Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org


Re: utility methods to parse form encoded parameters

Posted by Bill Higgins <bi...@gmail.com>.
Perfect - many thanks.

On Sun, Mar 15, 2009 at 8:22 AM, Oleg Kalnichevski <ol...@apache.org> wrote:
> On Sat, 2009-03-14 at 23:26 -0400, Bill Higgins wrote:
>> Hi, I tried looking for this but no luck. Are there any utility
>> methods in HttpCore or HttpClient to parse form encoded parameters?
>> E.g. something like name1=value1&name2=value2
>>
>> Thanks in advance.
>>
>
> http://hc.apache.org/httpcomponents-client/httpclient/apidocs/org/apache/http/client/utils/URLEncodedUtils.html
>
> Hope this helps
>
> Oleg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
> For additional commands, e-mail: httpclient-users-help@hc.apache.org
>
>



-- 

- Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org


Re: utility methods to parse form encoded parameters

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Sat, 2009-03-14 at 23:26 -0400, Bill Higgins wrote:
> Hi, I tried looking for this but no luck. Are there any utility
> methods in HttpCore or HttpClient to parse form encoded parameters?
> E.g. something like name1=value1&name2=value2
> 
> Thanks in advance.
> 

http://hc.apache.org/httpcomponents-client/httpclient/apidocs/org/apache/http/client/utils/URLEncodedUtils.html

Hope this helps

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org