created static method
Implementation
static Response created(OutboundDocument document, String location) =>
Response(StatusCode.created, document: document)
..headers['location'] = location;
static Response created(OutboundDocument document, String location) =>
Response(StatusCode.created, document: document)
..headers['location'] = location;