Re: [HttpClient] Post parameters

2002-06-04 Thread Rainer Klute
regards Rainer Klute Rainer Klute IT-Consulting GmbH i. Gr. Dipl.-Inform. Rainer Klute E-Mail: [EMAIL PROTECTED] Körner Grund 24 Telefon: +49 172 2324824 D-44143 Dortmund Telefax: +49 231 5349423 -- To unsubscribe, e-mail: mailto

Re: HttpClient development

2002-05-07 Thread Rainer Klute
Klute Rainer Klute IT-Consulting GmbH i. Gr. Dipl.-Inform. Rainer Klute E-Mail: [EMAIL PROTECTED] Körner Grund 24 Telefon: +49 172 2324824 D-44143 Dortmund Telefax: +49 231 5349423 -- To unsubscribe, e-mail: mailto:[EMAIL

Re: HttpClient problem: duplicate Content-Length headers ...

2002-04-27 Thread Rainer Klute
Rainer Klute Rainer Klute IT-Consulting GmbH i. Gr. Dipl.-Inform. Rainer Klute E-Mail: [EMAIL PROTECTED] Körner Grund 24 Telefon: +49 172 2324824 D-44143 Dortmund Telefax: +49 231 5349423 -- To unsubscribe, e-mail: mailto:[EMAIL

Re: HttpClient problem: duplicate Content-Length headers ...

2002-04-26 Thread Rainer Klute
. This is - as the above-quoted bug message demonstrates - error-prone and time-consuming. Is there a chance to change that? I'd like to see the second variant, i.e. get rid of the String-only stuff. Best regards Rainer Klute Rainer Klute IT-Consulting GmbH i. Gr. Dipl.-Inform

[HTTPCLIENT] Suggestion: Uniform parameter handling

2002-04-24 Thread Rainer Klute
that implement HttpMethod directly without subclassing HttpMethodBase. What do you think? Best regards Rainer Klute Rainer Klute IT-Consulting GmbH i. Gr. Dipl.-Inform. Rainer Klute E-Mail: [EMAIL PROTECTED] Körner Grund 24 Telefon: +49 172 2324824 D

Re: HttpClient Post

2002-04-24 Thread Rainer Klute
implement sending and receiving a body, because this is a general HTTP feature. Subclasses that don't support request or response bodies should overwrite the methods accordingly and throw an exception. Best regards Rainer Klute Rainer Klute IT-Consulting GmbH i. Gr

Re: [httpclient] PostMethod.setRequestBody (was RE: HttpClient Post)

2002-04-24 Thread Rainer Klute
or implement HttpMethod from scratch. I suggest to implement behaviour that is common to at least two methods in HttpMethodBase. Best regards Rainer Klute Rainer Klute IT-Consulting GmbH i. Gr. Dipl.-Inform. Rainer Klute E-Mail: [EMAIL PROTECTED

HttpClient stuff etc.

2002-04-22 Thread Rainer Klute
Hi, I enhanced the HttpClient by a proxy property. First set the proxy host and port, then call any of the startSession methods. I also improved the documentation a tiny little bit. Hopefully you find this useful and apply it to the CVS. Thanks! Best regards Rainer Klute