def respondToGet(self, transaction):
		if self._allowGet:
			self.writeError("GET method not allowed")
		HTTPContent.respondToGet(self, transaction)