- From: Gregory Begelman <gbegelman@celltrex.com>
- Date: Tue, 5 Mar 2002 19:41:06 +0200
- To: "Manuele Kirsch Pinheiro" <Manuele.Kirsch_Pinheiro@inrialpes.fr>
- Cc: <www-lib@w3.org>
- Message-ID: <3AACDD93293919408A1D1C0527198F5727BB10@xmail>
Hi, I've found and fixed bug in sending request body. Please check if the bug fix corresponds to your concept. Best regards, Gregory -----Original Message----- From: Manuele Kirsch Pinheiro [mailto:Manuele.Kirsch_Pinheiro@inrialpes.fr] Sent: Mon, March 04, 2002 4:49 PM To: Gregory Begelman Cc: www-lib@w3.org Subject: Re: WebDav support Hi! Gregory Begelman wrote: >Hello, > > I've found a discussion concerning this topic but it is pretty old. Is such functionality added to libwww? > At this exactly moment, it seems to me that there isn't a support for WebDAV in Libwww CVS code base. But, if you like, I built a WebDAV module for Libwww. It implements all new methods proposed in RFC 2518 (lock, unlock, proppatch, propfind, etc). If you wants to try it, it's available at http://gnome.inrialpes.fr:1959/src/libwwwDAV.tar.gz. About your other question : >Hello, > > I need to work with server with "HTTP-like" protocol but request names are not as in HTTP standart, e.g. there is not such a thing like GET or POST but instead there is MAKE_XXX, e.g. > Can I add new methods to libwww? > >Best regards, >Gregory > When I introduced the WebDAV module in Libwww, I've also introduce some "extension methods". This methods are "undefined" methods, that the applications may set. So, if your application needs some method that the Libwww doesn't known, you may "register" the new methods using this new feature. I think that feature may help you... If you decided to try it, please, repport me any bug that you found... :-) Best regards, Manuele
Attachments
- text/plain attachment: diff.src.HTTPGen.c.txt
Received on Tuesday, 5 March 2002 12:41:16 UTC