~/http-status-reference

HTTP 201 Created

Success · RFC 9110

# meaning

Request fulfilled and a new resource was created.

# typical use

POST that creates a new record; return `Location` header.

→ Browse all HTTP status codes

# other 2xx codes