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

modified http protocol

 [1/4] 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.

 [2/4] from: tom:conlin:gmai:l at: 29-Sep-2008 13:56


Go Graham Go! Graham Chiu wrote:

 [3/4] from: compkarori::gmail at: 30-Sep-2008 0:50


Of course it has to be said that according to Gabriele, R3's http protocol is completely async, and allows any http verb and header you wish to use. On Tue, Sep 30, 2008 at 10:56 AM, tomc <tom.conlin-gmail.com> wrote:
> Go Graham Go! > > Graham Chiu wrote: >> 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.
-- Graham Chiu http://www.synapsedirect.com Synapse - the use from anywhere EMR.

 [4/4] from: tom::conlin::gmail::com at: 29-Sep-2008 14:52


R2 in the hand is worth R3 in the beta Graham Chiu wrote: