API polish and cleanup
New
- protocol
DataInitializable
Better
- response body is now accessible through
cURLResponse.rawBody
instead ofbody
property.body
has been changed to generic function, which automatically changesrawBody
to types conforming toDataInitializable
protocol