> Hmm no, it's not perfect :) The client gets a 200 if it's cached and a
> 404 if it's not cached. How do i send a 404 to the client without
> touching the webapp framework? Could not find anything.
>
> Thank you.

http://www.apps.ietf.org/rfc/rfc3875.html#sec-6.3.3

print ('Status: ' + str(httpStatus))

or

print ('Status: 404')

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to