forked from loafle/openapi-generator-original
* Add `ResumableTask` to `URLSessionImplementations.mustache` - Makes it testable - Implementations can return something _other_ than a URLSessionDataTask if they want to implement another request format (sockets maybe?) - Default implementation for `URLSession` provided * Regenerate examples * Add more properties and rename to `CancelableResumableTask` * Regen samples * Rename missed reference * Missed some generated classes somehow * Rename from `CancellableResumableTask` to `URLSessionDataTaskProtocol` Rename from `resumableTask` to `dataTaskFromProtocol` --------- Co-authored-by: welshm-ideogram <welsh@Mikes-MacBook-Pro.local>