TomboFry / microlight

A fully IndieWeb-compatible PHP blogging engine
GNU Affero General Public License v3.0
37 stars 3 forks source link

Network requests should return HTTP return code and headers #21

Closed TomboFry closed 5 years ago

TomboFry commented 5 years ago

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: