export function accepted(status, json){
  if (!json) { json = status; status = STATUS_CODES.accepted; }

  return [status, jsonMimeType, json];
}