Untitled
unknown
plain_text
a year ago
176 B
12
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