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 multiple time without having to go into trouble of 'recycling' objects. However, such a radical design change will not happen any time soon (if approved at all) Oleg -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Freitag, 7. M�rz 2003 10:41 To: [EMAIL PROTECTED] Subject: Copy or clone a HttpMethod Hello! I don't find the public clone method in HttpMethod. I want to copy (or clone) a HttpMethod before I execute it (or can I execute a method twice? I think it's not possible.). Is there a simple way to do that or would that be an enhancement? Thx, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
