aboutsummaryrefslogtreecommitdiffstats
path: root/http.php
AgeCommit message (Collapse)Author
2015-06-13http.php: Fix whitespaceHEADmasterTeddy Wing
Weird extra tabs here. Not sure how that happened.
2013-05-20Change the way JSON encoding is handledTeddy Wing
Don't JSON-encode output from the BostonFoodTrucks class and instead return as a regular PHP object. Do the JSON-encoding directly in the HTTP API.
2013-05-20Add HTTP version of APITeddy Wing