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

[REBOL] modified http protocol

From: compkarori::gmail::com at: 29-Sep-2008 20:50

I've made some modifications to the http protocol to allow the http verbs: DELETE, PUT, and also to send cookies with them including GET. Any errors are mine alone. PUT is able to upload a binary file though as it does it in one go you might get a http timeout. It could be improved by reading the file in chunks and sending it that way. See http://rebol.wik.is/Protocols/Http This was so that I can integrate with Mindtouch's DEKI which has a REST based API. See also http://wiki.developer.mindtouch.com/index.php?title=MindTouch_Deki/API_Reference/DELETE:files//{fileid} -- Graham Chiu http://www.synapsedirect.com Synapse - the use from anywhere EMR.