created constant

HttpStatus const created

201 Created The request succeeded, and a new resource was created as a result.

This is typically the response sent after POST requests, or some PUT requests.

Implementation

static const created = HttpStatus(201);