Untitled
Anonymous
plain_text
10/01/2024 6:31 PM
236 B
17
Indexable
def do_DELETE(self):
self._set_headers()
response = {"message": "This is a DELETE request response"}
self.wfile.write(json.dumps(response).encode())Editor is loading...
Leave a Comment