2xx · Success
204No Content
请求成功,但不需要返回内容。
What is HTTP 204?
204 No Content 表示服务器成功处理了请求,但不需要返回任何内容。常用于 DELETE 操作或 PUT 更新,不需要在响应体中返回数据。
Example
DELETE /api/users/42 → 204 No ContentCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →