SimonRichardson / funk

Haxe FP Library
Other
35 stars 5 forks source link

Loaders to return HttpResponses #7

Closed SimonRichardson closed 11 years ago

SimonRichardson commented 11 years ago

Current the loaders just return a data type, it would be a lot better if they returned a HttpResponse, with the body, headers and statusCode with it. This would help with understanding what happens when an item completes or errors out.