[plt-scheme] Supporting PUT (etc) in the web-server

From: Jens Axel Soegaard (jensaxel at soegaard.net)
Date: Thu Feb 28 18:31:18 EST 2008

Norman Gray skrev:
> 
> Greetings.
> 
> The PLT web-server has good support for HTTP GET and POST, but none of 
> the other methods.  It supports DELETE by default, but not HEAD or PUT.  
> HEAD one can live without, but not PUT.  What's the best way for me to 
> add support for these in an application?  

Use version 372 instead.

Look for put-pure-port and friends.

   http://svn.plt-scheme.org/plt/trunk/collects/net/doc.txt

-- 
Jens Axel Søgaard



Posted on the users mailing list.