Response.Created constructor
Response.Created([
- dynamic body
Constructor for 201 Created responses.
Implementation
Response.Created([dynamic body]) : this(HttpStatus.created, body: body);
Constructor for 201 Created responses.
Response.Created([dynamic body]) : this(HttpStatus.created, body: body);