14 Commits

Author SHA1 Message Date
Oleg Kalnichevski
fb02238bb7 I wanted to avoid a direct dependency on Commons IO, since it is a transitive dependency due to mime4j anyway, but apparently GUMP cannot handle transitive dependencies well
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@627070 13f79535-47bb-0310-9956-ffa450edef68
2008-02-12 20:06:50 +00:00
Oleg Kalnichevski
72ec65e6cb Updated dependency declarations in poms
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@620519 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 16:33:39 +00:00
Oleg Kalnichevski
f1a6152315 Renamed MultipartFormHttpEntity to MultipartEntity
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@618336 13f79535-47bb-0310-9956-ffa450edef68
2008-02-04 17:31:48 +00:00
Oleg Kalnichevski
0be7a714d3 Renamed o.a.http.client.mime to o.a.http.entity.mime
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@618333 13f79535-47bb-0310-9956-ffa450edef68
2008-02-04 17:27:24 +00:00
Oleg Kalnichevski
9eb66c7f11 Fixed javadocs
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@617606 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 18:54:27 +00:00
Oleg Kalnichevski
08f2e11f1a Multipart/form HTTP entity example
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@617589 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 18:20:39 +00:00
Oleg Kalnichevski
549cb86b5a Added multipart/form HTTP entity impl
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@617575 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 17:51:59 +00:00
Oleg Kalnichevski
a35fcba16e MIME multipart/form-data: added rudimentary javadocs
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@617519 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 15:37:45 +00:00
Oleg Kalnichevski
3fd74f63bc MIME multipart/form-data: added method to calculate the content length of a multipart entity. This method buffers only small amount of data in memory in order to determine the total
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@617158 13f79535-47bb-0310-9956-ffa450edef68
2008-01-31 16:56:25 +00:00
Oleg Kalnichevski
aa59688e66 MIME multipart/form-data: non-ASCII content and header tests
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@616730 13f79535-47bb-0310-9956-ffa450edef68
2008-01-30 12:00:31 +00:00
Oleg Kalnichevski
275d00cb28 MIME multipart/form-data: strict (RFC 822, RFC 2045, RFC 2046 compliant) and lenient (browser compatible) modes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@616725 13f79535-47bb-0310-9956-ffa450edef68
2008-01-30 11:32:57 +00:00
Oleg Kalnichevski
dc8f6d4a50 MIME multipart/form-data primitives (file and input stream bodies)
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@616704 13f79535-47bb-0310-9956-ffa450edef68
2008-01-30 10:00:36 +00:00
Oleg Kalnichevski
8328d00926 MIME multipart/form-data primitives
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@616700 13f79535-47bb-0310-9956-ffa450edef68
2008-01-30 09:29:07 +00:00
Oleg Kalnichevski
2e1fbaf59f Added HttpClient MIME module
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@615594 13f79535-47bb-0310-9956-ffa450edef68
2008-01-27 13:21:42 +00:00