vadymmarkov / Malibu

:surfer: Malibu is a networking library built on promises
https://vadymmarkov.github.io
Other
414 stars 39 forks source link

Improve response handler #66

Closed vadymmarkov closed 7 years ago

vadymmarkov commented 7 years ago

ResponseHandler was a protocol before, but I think it makes more sense to make it into a struct that is responsible for response handling. It also makes it easier to cancel operation if needed.