def post(self, start_response, content, **kwargs):
     return server.response_405(start_response, "POST Operations not allowed with this transform!")
 def post(self, start_response, content, **kwargs):
     return server.response_405(start_response, "Invalid Transform!")