ozwyzard
unread,Jan 16, 2013, 7:13:59 PM1/16/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to turbo...@googlegroups.com
Hello,
How do I handle http HEAD requests in TG2 CrudRestController?
When I add a 'def head(self, *args, **kw)' in the controller (and expose it), it does get called, however I need the content-length to be correct (yet not placed in the response), even when the response content-length it based on mysql table records. Is there an appropriate genshi template for it?
Thanks!