Restful Methods: http PATCH and http HEAD etc

Trevor DeVore lists at mangomultimedia.com
Mon Sep 16 17:17:05 EDT 2013


On Mon, Sep 16, 2013 at 4:31 PM, David Bovill <david.bovill at gmail.com>wrote:

> Thanks Guglielmo - do you know if "delete url" works for anything other
> than files?
>

'delete URL' will make a call to the server using DELETE.


> I guess these methods can be done with sockets using the http specs and
> added to libURL? Then again that's not going to help with mobile.


The version of libURL that comes with GLX App Framework has a modification
allowing HEAD requests. You could look at it for ideas.

http://www.bluemangolearning.com/revolution/software/libraries/glx-application-framework/

Look at the ulBuildHttpRequest function in the ./internet/glxappLibURL.rev
stack.

-- 
Trevor DeVore
Blue Mango Learning Systems
www.clarify-it.com    -    www.screensteps.com



More information about the use-livecode mailing list