import web

def POST(self):
    raise web.accepted()

-Jim

On Thursday, October 3, 2013 12:16:47 PM UTC-5, hikari boulders wrote:
>
> I tried googling and looked in the code examples on webpy.org.
>
> Does anyone know how to return "intermediate status codes" in a POST 
> request? I would like to return a "202 Accepted", and after some processing 
> happened, return the "200 OK".
>
> Regards.
>

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to