lookup> 201

201 ·Created

The request succeeded and a new resource was created; the Location header usually points to it.

SuccessfulRFC7231#6.3.2
Status201
PhraseCreated
TypeSuccessful
SpecificationRFC7231#6.3.2

What does HTTP 201 mean?

The request succeeded and a new resource was created; the Location header usually points to it.

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

Browse all codes in this class: 2xx Successful

Is HTTP 201 cacheable?

201 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 and a new resource was created; the Location header usually points to it.

2xx responses

Related status codes

Related headers

Related methods