lookup> 204

204 ·No Content

The server successfully processed the request but has no content to send in the body.

SuccessfulRFC7231#6.3.5
Status204
PhraseNo Content
TypeSuccessful
SpecificationRFC7231#6.3.5

What does HTTP 204 mean?

The server successfully processed the request but has no content to send in the body.

It belongs to the 2xx Successful class of responses, defined in RFC7231#6.3.5.

Browse all codes in this class: 2xx Successful

Is HTTP 204 cacheable?

204 belongs to the 2xx Successful class and is usually cacheable per headers such as Cache-Control (e.g. 200, 301, 304).

What does the 2xx class mean?

2xx Successful: The server successfully processed the request but has no content to send in the body.

2xx responses

Related status codes

Related headers

Related methods