Re: REST methods and http return codes

Richard Newman <[email protected]> Wed, 4 Oct 2006 16:53:49 +0100
Newsgroups gmane.lisp.web
Message-ID <[email protected]>
IIRC, :response-code 204, then return t from your handler function to  
stop Araneida sending a 404. You might also/instead want to signal  
'response-sent wherever you are sending the response.

-R

On  4 Oct 2006, at 3:00 PM, Jonathon McKitrick wrote:

>
> I'm researching REST architecture, and I'm wondering how to  
> integrate the
> response codes that currently are not defined in araneida.
>
> For example, 200, 201, and 204 responses are all valid.  Is there a  
> way for
> araneida to return these in a way that does *not* appear like an  
> error?
>
> Jonathon McKitrick
> --
> My other computer is your Windows box.
>
> _______________________________________________
> lispweb mailing list
> [email protected]
> http://www.red-bean.com/mailman/listinfo/lispweb