Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: HTTP PUT and DELETE

From: santilli:gabriele:gm:ail at: 5-Jun-2007 23:31

2007/6/5, Sabu Francis <sabufrancis-rediffmail.com>:
> How does one do a "PUT" using the HTTP protocol in Rebol?
The HTTP handler only supports POST and GET (and HEAD for QUERY) directly. But it should be quite easy to patch it for PUT and DELETE... Otherwise, I've done PUT by just opening TCP directly and sending the HTTP request. Regards, Gabriele.