204 No Content
- Category :
- Concept
- Tags :
- general_computing_gleanings
- http
- http_status_codes
- 2XX_successful_responses
- 2
- Created:
Table of Contents
About
The HTTP 204 No Content
successful response status code indicates
that a request has succeeded, by the client doesn’t need to navigate
away from its current page1.
204 response meaning
A 204 No Content
in response to these request methods has the following meaning and results:
- DELETE - the action was successful, and no further information needs to be supplied
- PUT - the action was successful, and the ETag header value contains the entity tag for the new representation of that target resource
Anki
Links
References
MDN. “204 No Content”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/204. (Accessed: ). ↩︎
Share :
Other Articles
- Published:
- 226 IM Used (HTTP Delta encoding)
- Category: Concept
- Published:
- type system
- Category: Concept