R. Hashimoto
unread,Jan 8, 2013, 10:57:42 PM1/8/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 httpli...@googlegroups.com
Hello,
I'm writing test cases for web application. httplib2 is great and test framework I'm using is deeply integrated with httplib2.
When I write failure test, how can I write PUT request without mandatory headers like Content-Length and ETag?
I found other headers like Content-Type can changed by user but httplib2 seems to set above headers automatically.
Thanks,