Files
Andrew Weiner 49d90563d6 Fix doRequest statusCode
* Added statusCode and headers to response object
* TODO: Need it to actually be like this in case the body itself
  contains attributes named "statusCode" and "headers". I don't want to
  overwrite them:
{
  "statusCode": 201,
  "headers": {...},
  "body": {...}
}
2022-09-16 22:58:33 -07:00
..
2022-09-16 22:58:33 -07:00