You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Murphy, Tom (T06)" <mu...@naptheon.com> on 2002/12/17 17:53:53 UTC

[HttpClient]Is HttpClient usable?

More specifically: If I want to simulate a multipart/form-data POST request,
should I experiment with HttpClient or look elsewhere?  I do realize it's in
alpha form . . .

Re: [HttpClient]Is HttpClient usable?

Posted by el...@gmx.li.
> More specifically: If I want to simulate a multipart/form-data POST
> request,
> should I experiment with HttpClient or look elsewhere?  I do realize it's
> in
> alpha form . . .

Go ahead ... this IS possible ;-)
I did a POST request (but text/xml, not multipart/form-data) and it worked
well ...

Thilo

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


Re: [HttpClient]Is HttpClient usable?

Posted by Rodney Waldhoff <rw...@apache.org>.
HttpClient is very much usable.  The "alpha" state refers much more to
design flux (although much of that has been worked through in the past
couple of months).  HttpClient seems to have rather few bugs for its size
and complexity.

I'd encourage you to use the nightly builds rather than the "alpha 1"
release (you can grab one from
<http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-httpclient/>).
There's an "alpha 2" release coming in the next few days, and hopefully
httpclient is approaching a genuine 2.0 release soon.  The current/A2
version is substantially enhanced and should be much closer to what the
final 2.0 version looks like than 2.0A1 is.

HttpClient does provide support for mulitpart/form-data POSTs, but I'll
have to let someone more familiar with that code describe how to use it.

On Tue, 17 Dec 2002, Murphy, Tom (T06) wrote:

> More specifically: If I want to simulate a multipart/form-data POST request,
> should I experiment with HttpClient or look elsewhere?  I do realize it's in
> alpha form . . .
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>