TomboFry/microlight

Network requests should return HTTP return code and headers

Closed this issue · 0 comments

Currently, the network request function only returns the body (or headers if the method is HEAD). However, it should return all of the following in an array:

  • Response Body
  • Return code
  • HTTP Headers