lookup> 200

200 ·OK

The request succeeded. The meaning of the response body depends on the HTTP method used.

SuccessfulRFC7231#6.3.1
Status200
PhraseOK
TypeSuccessful
SpecificationRFC7231#6.3.1

What does HTTP 200 mean?

The request succeeded. The meaning of the response body depends on the HTTP method used.

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

Browse all codes in this class: 2xx Successful

Is HTTP 200 cacheable?

200 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 request succeeded. The meaning of the response body depends on the HTTP method used.

2xx responses

Related status codes

Related headers

Related methods