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.
>
> 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}
>
>   

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to