65
65
message = put_input.read(int(self.environ['CONTENT_LENGTH']))
66
66
self.store.put_message(self.path[0], self.path[1], message)
67
67
self.send_response(httplib.CREATED)
70
70
self.send_response(httplib.BAD_REQUEST)
74
74
"""Change a message on POST."""