[httpclient] extending with custom methods possible?

2004-10-07 Thread Emmanouil Batsis
Hi, I was wondering if HttpClient can be extended with custom HTTP request methods, by implementing HttpMethod/HttpUrlMethod. The thing is that java.net.HttpURLConnection doesn't seem to allow this... Thanks for any pointers, Manos

Re: [httpclient] extending with custom methods possible?

2004-10-07 Thread Michael Becke
Hello Manos, Yes, it is possible to implement custom HTTP methods. I would suggest extending HttpMethodBase and working from there. Please have a look at the Slide client library for examples of this. Also, please post HttpClient dev questions to the httpclient-dev mailing list. Mike On Oct