carson-katri / carson-katri/swift-request

Question: Is there support for progress for transfers?

Open
#67 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
740
Forks
42
PR merge metrics
No merged PRs in 30d

Description

I've done some looking and dont see any way to do what URLSessionTaskDelegate enables.
```func urlSession(
_ session: URLSession,
task: URLSessionTask,
didSendBodyData bytesSent: Int64,
totalBytesSent: Int64,
totalBytesExpectedToSend: Int64
)```
Im brainstorming what the api might look like and how it could work.
I assume this all wraps URLSessionTask so it feels it should be doable, but I wanted your thoughts before I went far.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.