Back to HTTP Check Tool
2xx · Success

204No Content

请求成功,但不需要返回内容。

What is HTTP 204?

204 No Content 表示服务器成功处理了请求,但不需要返回任何内容。常用于 DELETE 操作或 PUT 更新,不需要在响应体中返回数据。

Example

DELETE /api/users/42 → 204 No Content

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • DELETE 请求成功
  • PUT/PATCH 更新无响应体
  • OPTIONS 预检请求响应

Quick Facts

Code204
Category2xx
TypeSuccess

Related 2xx Codes