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: [email protected] For additional commands, e-mail: [email protected]
