RE: Copy or clone a HttpMethod

2003-03-13 Thread Kalnichevski, Oleg
:[EMAIL PROTECTED] Gesendet: Freitag, 7. März 2003 11:52 An: Commons HttpClient Project Betreff: RE: Copy or clone a HttpMethod I see. Unfortunately I personally can't think of an elegant way to clone HTTP methods. If you decide to write HTTP method cloning routine, would you mind contributing

RE: Copy or clone a HttpMethod

2003-03-07 Thread Kalnichevski, Oleg
ne/copy it before I execute it. Thomas -Ursprüngliche Nachricht- Von: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. März 2003 11:34 An: Commons HttpClient Project Betreff: RE: Copy or clone a HttpMethod Hi Thomas Some clarifications needed: do you need an exact copy

RE: Copy or clone a HttpMethod

2003-03-07 Thread Kalnichevski, Oleg
Hi Thomas Some clarifications needed: do you need an exact copy of an Http method or you just want to be able to reuse the same object twice? The problem is that (in my opinion) HttpMethod should be split into HttpRequest/HttpResponse pair. That would allow HttpRequest objects to be reused mu