Use Iterable<? extends UrlEncodedFormEntity> instead of List<? extends
UrlEncodedFormEntity> in URLEncodedUtils.format and UrlEncodedFormEntity
-----------------------------------------------------------------------------------------------------------------------------------------------
Key: HTTPCLIENT-1086
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1086
Project: HttpComponents HttpClient
Issue Type: Improvement
Components: HttpClient
Reporter: Marc McCloud
UrlEncodedFormEntity requires a List<? extends UrlEncodedFormEntity> to pass it
to URLEncodedUtils.format. It would be nice to use Iterable<? extends
UrlEncodedFormEntity> to be able to use other collections, e.g. a Set<? extends
UrlEncodedFormEntity>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]